On Sun, Apr 26, 2009 at 12:02:05PM -0400, Matthew Miller scripsit: > On Thu, Apr 23, 2009 at 09:02:13AM -0700, Larry Colen wrote: > > mkdir $1 > > date > > ls /media/disk/dcim/*/* |wc > > mv /media/disk/dcim/*/* $1 > > date > > I'm a little paranoid -- I mount the filesystem read-only, and I use > rsync to transfer, because it verifies file checksums after > transferring, which means no loss due to USB glitch or whatnot. Then > after my files are transferred and also backed up to another > fileserver, I reformat the card. I think Linux's FAT mkfs is pretty > safe, but I usually do it in-camera just 'cause.
That's a *lot* paranoid, unless you're using a 2.0 kernel or something. The USB transfer glitches are detected and fixed in the SCSI emulation of the USB-managing kernel code; despite the inevitable urk! from USB in a multi-gigabyte file transfer, you'll get the whole thing with a regular copy command. -- Graydon -- PDML Pentax-Discuss Mail List [email protected] http://pdml.net/mailman/listinfo/pdml_pdml.net to UNSUBSCRIBE from the PDML, please visit the link directly above and follow the directions.

