Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2005 00:36:55 -0500 (CDT)
From:      Mike Silbersack <silby@silby.com>
To:        Poul-Henning Kamp <phk@phk.freebsd.dk>
Cc:        "M. Warner Losh" <imp@bsdimp.com>
Subject:   Re: msdosfs or ehci corruption? 
Message-ID:  <20050407003619.B1003@odysseus.silby.com>
In-Reply-To: <20050407002507.X1003@odysseus.silby.com>
References:  <10310.1112693226@critter.freebsd.dk> <20050407002507.X1003@odysseus.silby.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050407003619.B1003>