Date: Mon, 16 Mar 2015 19:33:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 153426] [patch] fsck_msdosfs(8) only works with sector size 512 Message-ID: <bug-153426-8-nbdehWU7q2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-153426-8@https.bugs.freebsd.org/bugzilla/> References: <bug-153426-8@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=153426 --- Comment #3 from Pedro F. Giffuni <pfg@FreeBSD.org> --- (In reply to Pedro F. Giffuni from comment #2) FWIW, I tested the patch with a 32K cluster size, which according to Microsoft is the maximum default cluster size for fat32: https://support.microsoft.com/en-us/kb/192322?wa=wsignin1.0 Partition size Cluster size ------------------------------------- 512 MB to 8,191 MB 4 KB 8,192 MB to 16,383 MB 8 KB 16,384 MB to 32,767 MB 16 KB Larger than 32,768 MB 32 KB (Of course FAT16 accepts bigger values). I am able to run fsck on the filesystem before and after the patch, however, the filesystem is OK so fsck is actually doing nothing on both cases. -- 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-153426-8-nbdehWU7q2>