LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cant mount cdrom drive in centos (https://www.linuxquestions.org/questions/linux-newbie-8/cant-mount-cdrom-drive-in-centos-4175547692/)

james272 07-10-2015 10:32 AM

cant mount cdrom drive in centos
 
cant mount cdrom drive in centos
I am very new to linux. From what I understand the <mount> command shows you all the mount points where the disk partitions are mounted to the file system. For example when I type <mount> it shows the following.

# /dev/sda1 on /boot type ext4.

In order to mount a cdrom drive and see its contents I first need to create a directory using the following command.

# sudo mkdir /media/dvdrom

That creates dvdrom directory in /media/

Then I need to mount the dvd or cd to the /media/dvd mountpoint

I do that by typing

# sudo mount /dev/cdrom /media/dvdrom

The problem is the cd does not start when I issue the above command. Nothing happens. What step am I missing? When I type

#mount

It shows /dev/sr0 mounted on /media/dvdrom but nothing happens

michaelk 07-10-2015 10:34 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

Continue here:
http://www.linuxquestions.org/questi...os-4175547633/


All times are GMT -5. The time now is 11:31 PM.