[KLUG Members] Re: CD Burning, a Question or Two -- don't use standard MO (CD-RW, DVD-RW/+RW)

Bruce Smith members@kalamazoolinux.org
20 Dec 2002 11:12:37 -0500


> I'd also do a verify after any copies.  Is there an option to some cp
> command/equivalent to do this somewhere (I checked both cp and cpio in
> "-p" passthru mode, nope)?

  find /mnt/cdrom -type f -exec dd if={} of=/dev/null \;

I've heard of people runing md5sum's on /dev/cdrom, but I've never got
it to work since the md5sum seems to change from the disk image to the
device file after it's burned.  (the once or twice I tried it)

Or maybe that was back when I was using the "-pad" on cdrecord?  
Maybe I should try it again sometime!   :-)

> > The system can keep track of your loopback devices for you, so I don't
> > specify the loopback device file.
> 
> Ah, I didn't know that. 

It's nothing new.  I've been doing it for a LONG time.

> Are most kernels still compiled with max 8
> devices?  Or now the full 255 (or more?)?

Don't know.  I'm using Redhat's stock kernels and
I've never tried mounting more than 5 or 6 at once.

> > And recent Linux distributions can auto-sense the filesystem type, so
> > don't bother typing it unless the mount fails.
> 
> Correct.  Hence my fstab entry:
>    /dev/scd0    /mnt/dvdram     auto     user   0 0

Yup.  On the mount command (with no fstab entry), you don't even 
need to specify the filesystem type of "auto".

--------------------------------------------
Bruce Smith                bruce@armintl.com
System Administrator / Network Administrator
Armstrong International, Inc.
Three Rivers, Michigan  49093  USA
http://www.armstrong-intl.com/
--------------------------------------------