Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 1999 10:29:03 +0000
From:      Neil Blakey-Milner <nbm@mithrandr.moria.org>
To:        Max Wong <max@sherry.math.ncku.edu.tw>
Cc:        Question <questions@FreeBSD.ORG>
Subject:   Re: Newbie's quesiton about 'mount /dev/fd0'
Message-ID:  <19990308102903.A86904@rucus.ru.ac.za>
In-Reply-To: <001501be693b$f109f0a0$120112ac@ip001-018>; from Max Wong on Mon, Mar 08, 1999 at 04:16:07PM %2B0800
References:  <001501be693b$f109f0a0$120112ac@ip001-018>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 1999-03-08 (16:16), Max Wong wrote:
>   How could I mount /dev/fd0 on a mountpoint ? I remembered that I could
> mount
> /dev/fd0 using the same way "mount /dev/fd0 /mnt" on a linux box.

Two ways.

Either use:

mount -t msdos /dev/fd0 /mnt       (for DOS disks)

or you can add an fstab entry like:

/dev/fd0	/mnt	msdos	rw	0	0

Neil
-- 
Neil Blakey-Milner
nbm@rucus.ru.ac.za


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?19990308102903.A86904>