Re: msdosfs or ehci corruption?

From: Mike Silbersack <silby_at_silby.com>
Date: Thu, 7 Apr 2005 00:36:55 -0500 (CDT)
Here's a better version:

#!/bin/sh
mdconfig -a -t swap -s 128m
bsdlabel -w md0 auto
newfs_msdos -F 16 -b 8192 /dev/md0a
mount_msdosfs /dev/md0a /mnt/thumb/
cp -R /usr/src/bin/ /mnt/thumb/
umount /mnt/thumb
mdconfig -d -u 0

If I run it repeatedly, I get a different set of copy failures (or no 
failures) each time.

Mike "Silby" Silbersack
Received on Thu Apr 07 2005 - 03:37:01 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:31 UTC