From owner-freebsd-questions Sun May 14 18:14:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id CB47F37B85E for ; Sun, 14 May 2000 18:14:54 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 5503 invoked from network); 15 May 2000 01:15:14 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (root@209.144.117.113) by mail.networkone.net with SMTP; 15 May 2000 01:15:14 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id SAA01216; Sun, 14 May 2000 18:18:46 -0700 To: freebsd-questions@FreeBSD.ORG Subject: Re: how do I mount Extended DOS, LBA partition References: <20000514225743.8623.qmail@web3104.mail.yahoo.com> <391F3ECE.76559CC0@3-cities.com> From: Harry Putnam Date: 14 May 2000 18:15:02 -0700 In-Reply-To: Kent Stewart's message of "Sun, 14 May 2000 17:03:26 -0700" Message-ID: User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 37 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart writes: > Micke Sundberg wrote: > > > > How do I mount a Extended DOS, LBA partition in > > FreeBSD ? > > This is the info for it: > > The data for partition 3 is: > > sysid 15,(Extended DOS, LBA) > > start 16450560, size 12241530 (5977 Meg), flag 0 > > beg: cyl 1023/ sector 63/ head 255; > > > > The normal Dos partition (partition 1) was no problem > > to mount. > > Please help me! > > If you had read about partitions and slices (I don't remember where > you need to look) you would have seen extended partition 1 as ad0s5 > and partition 2 as ad0s6 and etc. I just did a mount_msdos /dev/ad0s6 > /mnt and I got my "G" drive mounted as "/mnt". I noticed this too... When you need to mount something, is not the time to stop and read a book, that information, at least the device names needed should be available instanly somewhere. Coming from a linux background I was really suprised at the lame output of FreeBSD fdisk. I'd grown used to the tidy informative output of linux fdisk, an instant source of the device names required to mount any thing. Finally I realized I could start /stand/sysinstall/ open the slice editor and find the names used for the various partitions, at least some of them, these names are conspicuously lacking in fdisk output. Brings up a question if there is a different fdisk or some other util that display device names in use. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message