How to get access to optical drive from console?

Rick Chen rick.chen at optusnet.com.au
Thu Mar 10 15:15:24 UTC 2005


On Thu, Mar 10, 2005 at 02:46:45PM +0100, David List wrote:
> I have installed FC3, and I´m now sitting with a system that only allows
> booting to init 3, since the automatically generated xorg.conf file
> obviously contains rubbish somewhere in it. That, I´m used to, from
> previous installations from scratch with this system.
> 
> However, the udev feature strikes me out in this case. I haven´t got a
> clue as to how to get access to my DVD-ROM drive, so I can get hold of a
>  working xorg.conf file from my backup.
> 
> I haven´t been able to find any help on this in the fedora-list
> archives. Can anyone give me a hint?
> 
I have not tried access CD-ROM in init 3 mode. So this information may
be not correct. udev should auto mount your cdrom under /media/cdrom/

if not you can alway mount it yourself
		as root
		cd /media/
		mdkir cdrom
		mount -t iso9660 /dev/hdc /media/cdrom

		currently my fstab for cdrom is
		/dev/hdc                /media/cdrom            auto
		pamconsole,exec,noauto,f
		scontext=system_u:object_r:removable_t,managed 0 0
		




More information about the users mailing list