From owner-freebsd-questions Fri Oct 27 6:34:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4301.mail.yahoo.com (web4301.mail.yahoo.com [216.115.104.193]) by hub.freebsd.org (Postfix) with SMTP id 4B13837B4C5 for ; Fri, 27 Oct 2000 06:34:24 -0700 (PDT) Message-ID: <20001027133424.9369.qmail@web4301.mail.yahoo.com> Received: from [128.205.51.2] by web4301.mail.yahoo.com; Fri, 27 Oct 2000 06:34:24 PDT Date: Fri, 27 Oct 2000 06:34:24 -0700 (PDT) From: Ian Thomas Subject: Re: What is the syntax for mounting the drive A To: France Gerson Bala Cc: freebsd questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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