Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2000 00:27:56 -0500 (CDT)
From:      Bruce Burden <brucegb@realtime.net>
To:        freebsd-questions@freebsd.org (Freebsd Questions)
Subject:   Re: question
Message-ID:  <200006050527.AAA07160@sullivan.realtime.net>
In-Reply-To: <200006041929.MAA12247@viper.wapvi.bc.ca> from Tyler Spivey at "Jun 4, 2000 12:29:19 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
>
> this might be stupid, but how do i moint i mean
> mount a floppy under freebsd? i know how under linux. i got
> it installed, it turned out to be a bad floppyu drive.
> 
	To mount a msdos floppy, add:

/dev/fd0a               /a              msdos   rw,noauto       0       0

   to your /etc/fstab. mkdir /a, and you are all set. Well, as long as
   you have msdos filesystem support in the kernel...

	Otherwise, simply mount /dev/fd0a if you want a BSD floppy.

							Bruce


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?200006050527.AAA07160>