LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mount cdrom on vmware (https://www.linuxquestions.org/questions/linux-software-2/mount-cdrom-on-vmware-665403/)

ust 08-25-2008 11:03 PM

mount cdrom on vmware
 
I have a RH linux server installed on vmware , however , it can't mount the cdrom ( by mount /mnt/cdrom or /media/cdrom ) , but the server that installed the vmware can mount the cdrom , can advise how to mount it ? thx


# mount /media/cdrom
mount: can't find /media/cdrom in /etc/fstab or /etc/mtab
# mount /mnt/cdrom
mount: can't find /mnt/cdrom in /etc/fstab or /etc/mtab

klearview 08-25-2008 11:12 PM

Since cdrom is not in fstab you need to mount it explicitly by specifying appropriate device:
(as root)

mount /dev/<devicename> /<mountpoint> (obviously use appropriate options i.e. -t iso9660 -r ).


All times are GMT -5. The time now is 02:20 AM.