Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 1998 16:56:18 -0800 (PST)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Mans Joling <M.Joling@caiw.nl>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: mounting a device
Message-ID:  <Pine.BSF.4.03.9810271655200.16538-100000@resnet.uoregon.edu>
In-Reply-To: <000701be01da$0c237060$0901a8c0@spd15>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Oct 1998, Mans Joling wrote:

> Hi
> How do I mount a dos floppy drive A

mount -t msdos /dev/fd0 /mnt

The disk will end up under /mnt.  BEFORE EJECTING THE FLOPPY DO

umount /mnt

OR YOUR SYSTEM WILL CRASH.  TRUST ME.  ;-)

> And how do I mount my windoss drive C

Although it depends on your system setup somewhat, this should work:

mount -t msdos /dev/wd0s1c /mnt

Again it'll show up under /mnt.  Use

umount /mnt

when done.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9810271655200.16538-100000>