From owner-freebsd-newbies Mon Feb 22 22: 7:29 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 3E14B11292 for ; Mon, 22 Feb 1999 22:07:20 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id BAA24339; Tue, 23 Feb 1999 01:08:07 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199902230608.BAA24339@cc942873-a.ewndsr1.nj.home.com> Subject: Re: mounting fat32 In-Reply-To: from Rob Hunter at "Feb 22, 99 12:32:31 pm" To: hunterr@iafrica.com (Rob Hunter) Date: Tue, 23 Feb 1999 01:08:07 -0500 (EST) Cc: freebsd-newbies@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Rob Hunter wrote, > Hi > > I'm running 3.1-RELEASE. > > I currently have the following drive setup: > > primary master - 3 gig (freebsd) > primary slave - 3 gig (old win98 fat 32 drive) > secondary master - cd-rom dive > > My question is this: how do I mount the fat the drive? there are 2 > partitions on it. I've been reading man pages, > www.freebsd.org./search/search.html, the handbook and the FAQ and it seems > to be eluding me... > > Any help appreciated. How do these drives show up on the 'dmesg' output you see at startup? I believe these disks should be /dev/wd0, /dev/wd1, and /dev/wcd0. What does, # fdisk wd1 Return? It matters what type of "slices" (in DOS "partitions") those two are (is one an 'extended' DOS partition?). However, just for a stab in the dark, does, # mount -t msdos /dev/wd1s1 /mnt Mount the primary slave? If the second slice is a 'regular' DOS partition then the second should be, # mount -t msdos /dev/wd1s2 /mnt2 Where I use /mnt2 to stress that you don't try mounting them in the same place at the same time. I've wondered why disk numbering goes against the DOS and BIOS and starts at '0' rather than '1,' but the slices start at '1.' *shrug* -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message