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