[Bug 213507] [msdosfs]: Prevent occasional directory corruption while extending it to another cluster

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 16 18:07:44 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213507

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov at gmail.com

--- Comment #10 from Damjan Jovanovic <damjan.jov at gmail.com> ---
This can still be reproduced on CURRENT as follows:

dd if=/dev/zero of=64G bs=1G count=64
newfs_msdos ./64G
mdconfig -a -f ./64G
mount -t msdosfs /dev/md0 /mnt/test
mkdir /mnt/test/ports
cp -r /usr/ports/* /mnt/test/ports

At least the following end up with corrupted contents:
ports/devel
ports/games
ports/graphics
ports/security
ports/sysutils
ports/textproc
ports/www

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list