Koozali.org: home of the SME Server

Mount CDROM drive?

Offline edb

  • *
  • 548
  • +0/-0
Mount CDROM drive?
« 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?
......

Offline edb

  • *
  • 548
  • +0/-0
Mount CDROM drive?
« Reply #1 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]#
......