Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2000 06:34:24 -0700 (PDT)
From:      Ian Thomas <ipthomas_77@yahoo.com>
To:        France Gerson Bala <fgbullet2@hotmail.com>
Cc:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: What is the syntax for mounting the drive A
Message-ID:  <20001027133424.9369.qmail@web4301.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
It is usually /dev/fd0 that you want to mount. 
Remember that Unix makes all devices files.  Example
mount -t ffs /dev/fd0 /floppy

This example takes into account that you are mounting
a fast file system(the t option is used to specify
file system type) and that your floppy name is fd0 in
the /dev directory.  Also make sure you have created a
floppy directory if there is not one already.

hope this helps 
Ian
--- France Gerson Bala <fgbullet2@hotmail.com> wrote:
> What is the syntax for mounting the floppy drive A?
> 
> 
> Thanx,
> Bullet....
>
_________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> 
> Share information about yourself, create your own
> public profile at 
> http://profiles.msn.com.
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of
> the message


__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/


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?20001027133424.9369.qmail>