> 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.
- mkisofs and copying a cd to disk Charles Galpin
- Re: mkisofs and copying a cd to disk Bernhard Rosenkraenzer
- Re: mkisofs and copying a cd to disk Charles Galpin
- Re: mkisofs and copying a cd to disk Jake Johnson
- Re: mkisofs and copying a cd to di... Charles Galpin
- Re: mkisofs and copying a cd to disk Peter Monta
- Re: mkisofs and copying a cd to disk Peter Monta
- Re: mkisofs and copying a cd to disk Charles Galpin