LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount: No medium found (https://www.linuxquestions.org/questions/linux-newbie-8/mount-no-medium-found-4175432903/)

rudrappr 10-18-2012 10:13 AM

mount: No medium found
 
Hi,

i am unbale to mount cdrom on linux machine

[root@igtewf1590 mnt]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 7 Beta)

fstab entry:

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hda /media/cdrom auto pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0


[root@igtewf1590 mnt]# mount /dev/hda /media/cdrom
mount: No medium found


appreciated for any help

Thanks

EDDY1 10-18-2012 12:15 PM

have you checked your fstab?
/dev/hda or /dev/sda is most likely hdd that os is on.

My bad just noticed this
Quote:

/dev/hda /media/cdrom auto
ty this
http://faq.screv.com/sites/screv_faq...om%20in%20RHEL


All times are GMT -5. The time now is 11:38 AM.