From owner-freebsd-questions Thu Nov 20 11:15:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27599 for questions-outgoing; Thu, 20 Nov 1997 11:15:27 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA27593 for ; Thu, 20 Nov 1997 11:15:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.7) with SMTP id LAA04898; Thu, 20 Nov 1997 11:15:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 20 Nov 1997 11:15:00 -0800 (PST) From: Doug White Reply-To: Doug White To: Keith Jones cc: freebsd-questions@FreeBSD.ORG Subject: Re: mountmsdosfs(): Warning: ...... In-Reply-To: <19971120100045.64917@blueberry.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is a -questions question. Actually, it's a mail archive question, but that's OK. On Thu, 20 Nov 1997, Keith Jones wrote: > When I mount MSDOS partitions on to my FreeBSD system (2.2.5R) the following > warning appears: > > mountmsdosfs(): Warning: root directory is not a multiple of the cluster- > size in length > > This is expected; my DOS version is >3.3 and the man page is pretty clear > about that. 3.0C apparently has the same problem (according to the manpage > on www.freebsd.org). Is support for DOS >3.3 planned/is someone working on > this/is a patch available? The problem is really that you've used FIPS to shrink a drive, and you shrank the drive below the threshold for changing the standard clustersize. The msdosfs code isn't intelligent enough to grok the proper clustersize, so it spits that out. You should _*IMMEDIATELY*_ dismount the disk and not mount it until you reformat the DOS disk. Damage to the MSDOS and possibly the FreeBSD filesystems will result if you use the FS when you receive the warning. If you need access to that disk from FreeBSD, install and use the mtools distribution instead. Mtools in in ports. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major