1748008 Members
4675 Online
108757 Solutions
New Discussion юеВ

mount cdrom

 
salem_3
Advisor

mount cdrom

Hi

I would ask if anyone could tell me how to make cdrom mount automaticaly when booting ,i tought about modifying the file /etc/fstab.

Thanks.
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: mount cdrom

You can use fstab, and configure a line like this:

/dev/disk/cdromc /mnt/cdrom cdfs ro 0 0

Ensure that the mount point exists.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven Schweda
Honored Contributor

Re: mount cdrom

I have a line like this in mine:

/dev/disk/cdrom0a /cdrom cdfs ro 0 0

Your device name might differ, the mount point
("/cdrom") might differ, and the "cdfs" part
depends on what's on the CD-ROM.

For details: man mount