> thanks. got an easy way to know how big the disk is? It's not always 640.

Here's what I use.  The isosize tool is part of the old cdwrite
distribution, I think---it just prints the size of the ISO9660
filesystem in bytes by looking in the superblock.

dd if=/dev/cdrom of=whatever.iso bs=2048 count=`expr \`isosize
/dev/cdrom\` / 2048`

Cheers,
Peter Monta   [EMAIL PROTECTED]
Terayon Communication Systems


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to