Date: Tue, 11 Apr 2000 13:00:45 -0400 From: "Eric J. Brown" <brownej@vt.edu> To: "'Fred Lomas'" <aj@8hill.com> Cc: freebsd-questions@freebsd.org Subject: RE: mounting a CD Drive Message-ID: <006701bfa3d7$7b33c630$510cad80@tazmania.cns.vt.edu> In-Reply-To: <001901bfa3d3$efe5b960$0e65a8c0@fred.encanto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
If the following statement is in your /etc/fstab file: # Device Mountpoint FSType Options Dump Pass# /dev/cd0c /cdrom cd9660 ro,noauto 0 0 you can mount the cdrom with ``mount /cdrom'' otherwise use ``mount -t cd9660 /dev/cd0c /cdrom'' all assuming the directory /cdrom exists and has the proper permissions. Good luck! --Eric -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Fred Lomas Sent: Tuesday, April 11, 2000 12:35 PM To: questions@freebsd.org Subject: mounting a CD Drive can I get the proper command to mount a CDROM drive...please To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message 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?006701bfa3d7$7b33c630$510cad80>