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/>

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

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

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=/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.

help

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