msdosfs or ehci corruption? 
    Mike Silbersack 
    silby at silby.com
       
    Wed Apr  6 22:26:28 PDT 2005
    
    
  
On Tue, 5 Apr 2005, Poul-Henning Kamp wrote:
> I think we need somebody to do the binary search time travel to find
> out when this broke.
>
> -- 
> Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
I didn't do that, but I came up with a test script that recreate the 
problem here:
#!/bin/sh
mdconfig -a -t swap -s 128m
bsdlabel -w md0 auto
newfs_msdos -F 16 -b 8192 /dev/md0a
mount_msdosfs /dev/md0 /mnt/thumb/
cp -R /usr/src/bin/ /mnt/thumb/
Run it and I see:
cp: /mnt/thumb/mkdir/Makefile: Is a directory
cp: /mnt/thumb/rmdir/Makefile: Not a directory
cp: /mnt/thumb/rmdir/rmdir.1: Not a directory
cp: /mnt/thumb/rmdir/rmdir.c: Not a directory
cp: /mnt/thumb/sh/bltin: Not a directory
And it's right, things are messed up already!
Mike "Silby" Silbersack
    
    
More information about the freebsd-current
mailing list