From owner-freebsd-questions Thu Feb 8 22:39:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02584 for questions-outgoing; Thu, 8 Feb 1996 22:39:51 -0800 (PST) Received: from eac.iafrica.com (slipper119238.iafrica.com [196.7.119.238]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA02577 for ; Thu, 8 Feb 1996 22:39:46 -0800 (PST) Received: (from rnordier@localhost) by eac.iafrica.com (8.6.12/8.6.12) id IAA00510; Fri, 9 Feb 1996 08:32:50 +0200 From: Robert Nordier Message-Id: <199602090632.IAA00510@eac.iafrica.com> Subject: Re: msdosfs To: tevens@inreach.inreach.com (Tim E.) Date: Fri, 9 Feb 1996 08:32:49 +0200 (SAT) Cc: questions@freebsd.org In-Reply-To: <2.2.32.19960209000933.0067e254@inreach.com> from "Tim E." at Feb 8, 96 04:09:33 pm X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk On Thu, 8 Feb 1996, Tim E. wrote: > I have a problem and was hoping that you could help. I want to mount > my other MSDOS formated partitions. I have two scsi drives, both 1.01 gig. > Boot drive (sd0) does not have any other partitions. Second drive has two > partitions, 600 MB for MSDOS and the rest for BSD. I have got it to work > somewhat. It won't let me copy/move anyfiles that are bigger than one > cluster. Here is the message that I'm getting: > > prompt# mount_msdos /dev/sd0s1 /drive_c > mountmsdosfs(): root directory is not a multiple of the clustersize in lenght > ''It prints the above line three times more but with the date added.'' > > I have the kernel set for msdos fs and i am able to look at files > but can't copy or read any files that are bigger than one cluster. > If you have any ideas one what I can do to fix or what I'm am doing > wrong, I would appreciate it. Currently the FreeBSD msdosfs has a few problems. One of these affects only certain system configurations: typically those with large DOS partitions which may have been split using a utility such as FIPS. If your system is susceptible, even mounting a DOS partition read-only may result in instability and the corruption of other partitions. The message you mention indicates that the msdosfs is likely to have problems on your system. The FreeBSD msdosfs implementation is currently under revision. Until this is complete, you'd be well advised to avoid mounting DOS partitions. -- Robert Nordier