From owner-freebsd-questions Tue Nov 11 11:39:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16284 for questions-outgoing; Tue, 11 Nov 1997 11:39:14 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA16266 for ; Tue, 11 Nov 1997 11:38:56 -0800 (PST) (envelope-from atf3r@cs.virginia.edu) Received: from mail.cs.virginia.edu by mail.virginia.edu id aa25021; 11 Nov 97 14:38 EST Received: from stretch.cs.virginia.edu (atf3r@stretch-fo.cs.Virginia.EDU [128.143.136.14]) by ares.cs.Virginia.EDU (8.8.5/8.8.5) with ESMTP id OAA14512; Tue, 11 Nov 1997 14:38:10 -0500 (EST) Received: (from atf3r@localhost) by stretch.cs.virginia.edu (8.8.5/8.8.5) id OAA10469; Tue, 11 Nov 1997 14:38:07 -0500 (EST) Date: Tue, 11 Nov 1997 14:38:07 -0500 (EST) From: "Adrian T. Filipi-Martin" Reply-To: adrian@virginia.edu To: Doug Jolley cc: FreeBSD Questions List Subject: Re: Mounting a DOS Partition In-Reply-To: <199711111828.KAA17779@jupiter.neptune.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 11 Nov 1997, Doug Jolley wrote: > Specifically, I'm inquiring about how to mount a DOS partition. > I assume that it's something like: > > mount -t msdos /dev/??? /MountDir > > It's what replaces the question marks that baffles me. I think > this is a special case of the more general question, "How do > I tell what the filenames in the /dev directory relate to?" > Can someone please enlighten me? Thanks for any help. > > ... doug Well, alot of it comes from experience I suppose. Take note of what devices are found when you machine boots, e.g. sd0, sd1, wd0, fd0, etc. You can find out what type of devices these are by looking at the man pages in section 4, the device driver section. e.g. "man 4 sd". The pages often describe the expected naming scheme for various devices. You can also look at the /dev/MAKDEV script to see what devices can be made using default names. Note that disks have lot of device files associated with them. There is one block and one raw device node for each disk, as well as another pair for each disk partition. You can find out more about expected usage of various disk partiton names in the diskpart(8) manpage. Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualzation Lab -->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/