From owner-freebsd-questions Fri Apr 19 07:41:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA09209 for questions-outgoing; Fri, 19 Apr 1996 07:41:29 -0700 (PDT) Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA09056 for ; Fri, 19 Apr 1996 07:39:58 -0700 (PDT) Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA04822; Fri, 19 Apr 96 14:39:56 GMT Message-Id: <9604191439.AA04822@fslg8.fsl.noaa.gov> Received: by emu.fsl.noaa.gov (1.40.112.3/16.2) id AA248314907; Fri, 19 Apr 1996 08:41:48 -0600 Date: Fri, 19 Apr 1996 08:41:48 -0600 From: Sean Kelly To: bultman@dgw.rws.nl Cc: questions@freebsd.org In-Reply-To: <31774B52.167EB0E7@dgw.rws.nl> (bultman@dgw.rws.nl) Subject: Re: How do I mount an MSDOS hard disk partition? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> "Gert" == "Gert W Bultman" writes: Gert> Presumably a FAQ, but I cannot find the answer: How do I Gert> mount an MSDOS hard disk partition? You can mount primary MS-DOS slices only. If your MS-DOS C: drive is in the first slice, type this: mkdir /ms-dos mount -r -t msdos /dev/wd0s0 /ms-dos Replace the wd0 with wd1 if it's on the second disk, etc. Replace the wd0 with sd0 if it's a SCSI disk, etc. Replace the s0 with a s1 if it's the second slice, etc. In general Controller, w = IDE, s = SCSI V /dev/XdYsZ <- Slice on disk, numbered 0 to 3. ^ Disk number, starting from 0 -- Sean Kelly NOAA Forecast Systems Laboratory kelly@fsl.noaa.gov Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/