From owner-freebsd-questions Tue Oct 27 16:57:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25174 for freebsd-questions-outgoing; Tue, 27 Oct 1998 16:57:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25169 for ; Tue, 27 Oct 1998 16:57:07 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA24652; Tue, 27 Oct 1998 16:56:19 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 27 Oct 1998 16:56:18 -0800 (PST) From: Doug White To: Mans Joling cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting a device In-Reply-To: <000701be01da$0c237060$0901a8c0@spd15> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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