From owner-freebsd-questions Mon Mar 24 05:07:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA06932 for questions-outgoing; Mon, 24 Mar 1997 05:07:34 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA06923 for ; Mon, 24 Mar 1997 05:07:31 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 24 Mar 1997 8:06:53 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA27889; Mon, 24 Mar 97 08:06:49 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id IAA18715; Mon, 24 Mar 1997 08:04:02 -0500 Message-Id: <19970324080402.06780@ct.picker.com> Date: Mon, 24 Mar 1997 08:04:02 -0500 From: Randall Hopper To: Jakob Alvermark Cc: freebsd-questions@freebsd.org Subject: Re: Extended dos partitions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65 In-Reply-To: ; from Jakob Alvermark on Mon, Mar 24, 1997 at 01:17:54PM +0100 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jakob Alvermark: |FreeBSD is supposed to support mounting of dospartitions, primary as well |as extended. I can mount my primary dos partition, it works great. But |how do I mount the second, extended partition? I think it works when you |have all partitions on the same disk, but that's not the case here. I |have one SCSI-disk with FreeBSD 2.1.6R, and a second disk with two dos |partitions, primary and extended. I can mount the first dos partition, |but not the second one. |So, my question is: Is there any way for me to mount the extended dos |partition on the second disk? I've not subscribed to this list, so I |would be glad if send answers directly to me. Consider subscribing to the list and auto-filtering list mail into a file folder. You pick up a lot of useful info that way. See http://www.freebsd.org/handbook/handbook19.html#21. Adapting to your particular problem: cd /dev sh MAKEDEV sd1s5 mkdir /dos_d mount -t msdos /dev/sd1s5 /dos_d Works for me at least, though I'm running 2 IDEs and primary/extended DOS partitions on both drives. Randall