Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2018 18:07:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 213507] [msdosfs]: Prevent occasional directory corruption while extending it to another cluster
Message-ID:  <bug-213507-3630-y2dzYzo19a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213507-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213507-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213507

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

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

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

dd if=3D/dev/zero of=3D64G bs=3D1G count=3D64
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

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



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