Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 18:30:44 -0600
From:      Mike Meyer <mwm@mired.org>
To:        "SF" <lists@stevenfettig.com>
Cc:        questions@freebsd.org
Subject:   Re: Best way to mount CD-ROM (newbie question)
Message-ID:  <15012.12212.882588.222135@guru.mired.org>
In-Reply-To: <98967198@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
SF <lists@stevenfettig.com> types:
> Amazingly enough, I've been working for some months with a number of FreeBSD
> systems and I finally had a need to mount the CD-ROM drive to the system.
> The only way I could get it to work is by using the mount_cd9660 command
> (i.e. mount_cd9660 /dev/acd0c /cdrom).  I am used to mounting cd's using
> linux and usually had used the mount command to do so.  Is there a better
> way to do this (i.e. *more* right)?

Yeah - add a line to /etc/fstab (if it's not there already):

/dev/acd0c               /cdrom          cd9660  ro,noauto       0       0

You can then mount the cdrom by doing "mount /cdrom" as root. See the
FAQ if you want to make it work for non-root users.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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?15012.12212.882588.222135>