On Friday 19 November 2010 15:33:37 Matthias Apitz wrote: > Hello, > > How is this possible: > > $ dd if=/dev/da0 of=f1 > 7892087+0 records in > 7892087+0 records out > $ dd if=/dev/da0 of=f2 > 7892087+0 records in > 7892087+0 records out > $ diff f1 f1 > Files f1 and f2 differ > > (and no, /dev/da0s1a is not mounted). > > Thx > > matthias
Hi, Can you dump the data into hex using hexdump -C and show us the difference. Usually you would use bs=65536 (Does that change anything)? --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
