View Single Post

  #3 (permalink)  
Old 12-07-2007, 12:07 PM
virendra virendra is offline
Junior Member
User
 
Join Date: Dec 2007
My distro: Debian
Posts: 12
Rep Power: 0
virendra is on a distinguished road
Default

first of all u have to get the diver of your CD or DVD

[root@viren ~]# eject -n
eject: device is `/dev/hdc'

the device driver is /dev/hdc

now mount the cdrom

#mount /dev/hdc /mnt/cdrom


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



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

#mount /mnt/cdrom

then

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




Happy Mounting
Reply With Quote