From owner-freebsd-questions Thu Feb 25 18:50:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maxcow.borg.com (MaxCow.borg.com [205.217.206.188]) by hub.freebsd.org (Postfix) with ESMTP id 1E81B14E95 for ; Thu, 25 Feb 1999 18:50:13 -0800 (PST) (envelope-from mark@borg.com) Received: from mail.borg.com (mail.borg.com [205.217.206.192]) by maxcow.borg.com (8.9.0/8.8.8) with ESMTP id VAA13657; Thu, 25 Feb 1999 21:49:51 -0500 (EST) Received: from borg.com (ip55b.borg.com [208.3.181.55]) by mail.borg.com (8.8.7/8.7.3) with ESMTP id VAA25309; Thu, 25 Feb 1999 21:49:49 -0500 (EST) Message-ID: <36D60CC5.A30FF376@borg.com> Date: Thu, 25 Feb 1999 21:53:57 -0500 From: "Mark S. Reichman" X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Rob Hunter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mounting fat32 partitions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rob Hunter wrote: > > Hi > > I'm running 3.1-RELEASE. I currently have 2 hard drives and a cd-rom > drive. The 2 drives are setup as primary master and slave, and the cd-rom > drive is setup as secondary master. > > The problem that I'm having is trying to mount a fat32 (win98) partition > (2nd hard drive - primary slave). wdo = primary master wd1 = primary slave wd2 = secondary master wd3 = secondary slave Try.... $ mount -t msdos /dev/wd1s1 /mnt This will mount the first parition of the primary slave to directory /mnt. If your fat32 is on another partition of wd1, max partitions is 4, set s1,s2,s3,s4 appropriately. Change /mnt to any directory you like that makes sense. I created /dos/c and /dos/d .... See /etc/fstab below. My partial /etc/fstab below... 1) cd-rom is first 2) Primary Master partition 1 is second 3) Primary Slave partition 1 is third 4) Iomega zip on ppbus.. Parallel port.. is fourth /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 /dev/wd0s1 /dos/c msdos rw 0 0 /dev/wd1s1 /dos/d msdos rw 0 0 /dev/sd0s4 /dos/zip msdos rw 0 0 > > Any help appreciated. > > Thanks > > --Rob > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- \|/ (@ @) +----------oOO----(_)------------------+ | Mark S. Reichman FreeBSD | | mark@borg.com Got source? | | | | May the source be with you! | | | +------------------------oOO-----------+ |__|__| || || ooO Ooo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message