diff options
author | kib <kib@FreeBSD.org> | 2010-01-02 17:45:53 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2010-01-02 17:45:53 +0000 |
commit | 30f8fd80e59d3b8ff9caad8f30a49c7862fa1ea4 (patch) | |
tree | f35fe80178b44a4c82119d77ce5b4a277b15a0e7 /sbin/mount_msdosfs | |
parent | 59932fbfde93bc051c17b44fe11d68a43f954b1b (diff) | |
download | FreeBSD-src-30f8fd80e59d3b8ff9caad8f30a49c7862fa1ea4.zip FreeBSD-src-30f8fd80e59d3b8ff9caad8f30a49c7862fa1ea4.tar.gz |
Remove reference to the bug in FreeBSD 2.0.
Submitted by: Valentin Nechayev <netch segfault kiev ua>
MFC after: 3 days
Diffstat (limited to 'sbin/mount_msdosfs')
-rw-r--r-- | sbin/mount_msdosfs/mount_msdosfs.8 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8 index 857899b..9a3be13 100644 --- a/sbin/mount_msdosfs/mount_msdosfs.8 +++ b/sbin/mount_msdosfs/mount_msdosfs.8 @@ -205,14 +205,6 @@ The use of the flag could result in damaged file systems, albeit the damage is in part taken care of by procedures similar to the ones used in Win'95. -.Pp -.Fx 2.1 -and earlier versions could not handle cluster sizes larger than 16K. -Just mounting an MS-DOS file system could cause corruption to any -mounted file system. -Cluster sizes larger than 16K are unavoidable for file system sizes -larger than 1G, and also occur when file systems larger than 1G are -shrunk to smaller than 1G using FIPS. .Sh HISTORY The .Nm |