Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Apr 2005 09:57:38 +0200
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
To:        Mike Silbersack <silby@silby.com>
Cc:        "M. Warner Losh" <imp@bsdimp.com>
Subject:   Re: msdosfs or ehci corruption? 
Message-ID:  <7384.1112860658@critter.freebsd.dk>
In-Reply-To: Your message of "Thu, 07 Apr 2005 00:36:55 CDT." <20050407003619.B1003@odysseus.silby.com> 

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

Ok, I think I found it.

Can you guys beat up the stuff in -current ?

Poul-Henning

In message <20050407003619.B1003@odysseus.silby.com>, Mike Silbersack writes:
>
>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
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



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