Mounting cdrom in cent os 5 linux

By: Virendra  

First of all u have to get the driver of your CD or DVD

You can get it as follows:
[[email protected] ~]# eject -n
eject: device is `/dev/hdc'

The device driver is /dev/hdc

Now mount the cdrom

#mount /dev/hdc /mnt/cdrom


Note: create this directory 'cdrom' if in case it doesn't exist

#cd /mnt/cdrom
#ls
You should see the list of files now.

And in case u want to use this command as a shortcut 

#mount /mnt/cdrom

then 

#ln -s /dev/hdc /mnt/cdrom




Archived Comments


Most Viewed Articles (in Linux )

Latest Articles (in Linux)

smskannel SMS gateway run in background

Running jar files in background in ssh window

Can't locate ExtUtils/MakeMaker.pm in @INC ...

Could not open '': No such file or directory at lib/ExtUtils/MM_Unix.pm line 2697

make: Nothing to be done for `all'.

bash: svn: command not found

apxs: command not found

bash: make: command not found

How to burn your CD / DVD ISO image using Nero Burning ROM (Ahead Software) on Windows

How to burn your CD / DVD ISO image using Media Creator (Adaptec/Roxio) on Windows

How to burn your CD / DVD ISO image using Nero Express (Ahead Software) on Windows

How to burn your CD / DVD ISO image using NISO Recorder V2 Power Toy on Windows

Compiling and Installing software from source in Linux

Installing using Debian apt-get in Linux

How to burn your CD / DVD ISO image using k3b on CentOS

Comment on this tutorial