Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: edb on April 28, 2005, 04:09:26 AM

Title: Mount CDROM drive?
Post by: edb on April 28, 2005, 04:09:26 AM
I'm trying to mount my CDROM drive and I get:
[root@mail root]# mount -t iso9660 /dev/sda1 /mnt/cdrom
mount: /dev/sda1 already mounted or /mnt/cdrom busy
mount: according to mtab, /dev/sda1 is mounted on /boot
[root@mail root]#

I have a single HD and a IDE CDROM.
Does anyone know how to mount the IDE CDROM drive?
Title: Mount CDROM drive?
Post by: edb on April 28, 2005, 05:10:25 AM
Found my own answer again.

The command should be

[root@mail root]# mount -t iso9660 /dev/cdrom  /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: No medium found
[root@mail root]#