Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 12:42:07 +0100
From:      Jeroen Ruigrok van der Werven <asmodai@bart.nl>
To:        Fawaz Talal <bsdi@usa.net>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Mounting
Message-ID:  <19991126124207.O75532@lucifer.bart.nl>
In-Reply-To: <19991126024905.21291.qmail@nwcst323.netaddress.usa.net>; from bsdi@usa.net on Fri, Nov 26, 1999 at 04:49:05AM %2B0200
References:  <19991126024905.21291.qmail@nwcst323.netaddress.usa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
-On [19991126 03:50], Fawaz Talal (bsdi@usa.net) wrote:
>A fresh installation of FreeBSD 3.2-Release,
>(XServer installed and everything working well)
>and I want to access my Floppy drive, as well 
>as my CD-ROM drive, But don't know how to
>mount them.

assuming cd = cd0c

mount -t cd9660 /dev/cd0c /mnt

(see mount(8) and mount_cd9660(8) )

For your diskdrive see mount_msdos(8).

For handy mounting see fstab(5).

e.g.:

[asmodai@lucifer] (2) $ cat /etc/fstab | grep cd
/dev/cd0c               /cdrom          cd9660  ro,noauto       0
0


-- 
Jeroen Ruigrok van der Werven          Network- and systemadministrator
<asmodai@bart.nl>                      bART Internet Services /
Tel: +31 - (0) 10 - 240 39 70          VIA NET.WORKS Netherlands


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?19991126124207.O75532>