From owner-freebsd-questions Mon Feb 10 14:19:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA28899 for questions-outgoing; Mon, 10 Feb 1997 14:19:02 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA28894 for ; Mon, 10 Feb 1997 14:18:57 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id OAA00508; Mon, 10 Feb 1997 14:18:39 -0800 (PST) Date: Mon, 10 Feb 1997 14:18:39 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Peter Kipfer cc: questions@freebsd.org Subject: Re: accessing DOS extended partitions In-Reply-To: <9702101953.ZM4643@faui90i.informatik.uni-erlangen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 10 Feb 1997, Peter Kipfer wrote: > The splitted DOS partition C is read/write -able without problems. > The problem now is: I cannot mount my extended DOS partitions drives D and E: > (with the GENERIC and my own kernel build) the command looks like > > [root]# mount -t msdos /dev/wd1s1 /dos_d > msdos: mount: Invalid argument The extended partitions can be mounted, but you have to mount from slice 5 on up, so for your first logical disk, it's mount -t msdos /dev/wd1s5 /dos_d. I think. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major