From owner-freebsd-hackers Tue Nov 5 10:21:08 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA14579 for hackers-outgoing; Tue, 5 Nov 1996 10:21:08 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA14574 for ; Tue, 5 Nov 1996 10:21:05 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA06655; Tue, 5 Nov 1996 11:12:33 -0700 From: Terry Lambert Message-Id: <199611051812.LAA06655@phaeton.artisoft.com> Subject: Re: mount msdos partition problem To: vladimir@caf.estnet.ee (Vladimir Loiterstein) Date: Tue, 5 Nov 1996 11:12:33 -0700 (MST) Cc: hackers@FreeBSD.org In-Reply-To: <327f36dc.caf@mail.caf.estnet.ee> from "Vladimir Loiterstein" at Nov 5, 96 01:52:49 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I have 1.2Gb WD E-IDE hard drive. There are two partition on it: > MSDOS and FreeBSD. > For mounting use command mount_msdos. When I mounted msdos > partition to FreeBSD my unix filesystem damaged The msdosfs is damaged. Do not use the msdosfs, or mount only read-only. There is a cluster size problem when you use disks larger than 512 that aren't on a wide bus (ie: IDE > 512M). On very active machines, there are additional problems, and you should not use msdosfs on those machines at all. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.