On Wed, Sep 17, 2003 at 08:04:17AM -0700, Rogue Spider wrote:
> im kinda new to the freebsd system
> im using the 5.0 version
> that stated i need to use my 3.5
> drive.  it is not listed
> in the fstab file, should it be?
> if so how do i add it?
> if not how would i use the drive?

No, it shouldn't necessarily be listed in fstab, but I suppose it could
be.  In any case, use of mount(8) should do.  Read that manpage.  Also,
this would be probably be more appropriate on the freebsd-question list.
Assuming that the floppy is DOS formatted, you could do something like
this (as root):

# mount -t msdos /dev/fd0 /mnt

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to