From owner-svn-src-stable-7@FreeBSD.ORG Tue Jan 5 12:38:35 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8ED51065672; Tue, 5 Jan 2010 12:38:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B6F838FC0C; Tue, 5 Jan 2010 12:38:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o05CcZ4l098090; Tue, 5 Jan 2010 12:38:35 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o05CcZPg098088; Tue, 5 Jan 2010 12:38:35 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201001051238.o05CcZPg098088@svn.freebsd.org> From: Konstantin Belousov Date: Tue, 5 Jan 2010 12:38:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r201577 - stable/7/sbin/mount_msdosfs X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 12:38:35 -0000 Author: kib Date: Tue Jan 5 12:38:35 2010 New Revision: 201577 URL: http://svn.freebsd.org/changeset/base/201577 Log: MFC r201400: Remove reference to the bug in FreeBSD 2.0. Modified: stable/7/sbin/mount_msdosfs/mount_msdosfs.8 Directory Properties: stable/7/sbin/mount_msdosfs/ (props changed) Modified: stable/7/sbin/mount_msdosfs/mount_msdosfs.8 ============================================================================== --- stable/7/sbin/mount_msdosfs/mount_msdosfs.8 Tue Jan 5 12:34:16 2010 (r201576) +++ stable/7/sbin/mount_msdosfs/mount_msdosfs.8 Tue Jan 5 12:38:35 2010 (r201577) @@ -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