Date: Mon, 13 Jan 1997 15:51:20 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: "Timothy P. Layton, Sr." <tlayton@global-sol.com> Cc: questions@freebsd.org Subject: Re: mount /dev/rfd0 as file system ? Message-ID: <Pine.BSI.3.94.970113155036.8930N-100000@localhost> In-Reply-To: <199701131028.KAA11119@mail.global-sol.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Jan 1997, Timothy P. Layton, Sr. wrote: > Does anyone know how to mount the floppy drive as a file system ?? Generally, floppies aren't formatted for unix, but if it's a FFS disk, then: mount /dev/fd0 /mnt Or if it's MSDOS formatted, mount -t msdos /dev/fd0 /mnt As root. > I would like to be able to write to the floppy as a file system. See /etc/disktab (?) for the floppy formatting instructions. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.970113155036.8930N-100000>