Here are some methods to how to mount you cdrom.
Place your cd in the cdrom drive.
##The easy way##
Once you've place your cd in the cd rom, wait for a pop up window to appear asking for what actions to take.
Select open in a new windows. This automounts it for you.
To unmount, look at the bottom right hand corner of your menu bar, click the cdrom drive and select, unmount.
##The terminal way##
To mount your cdrom drive, Open up a terminal, like konsole.
Type
- Code: Select all
su
Password: <-Type in your root password.
mount /dev/cdrom /mnt/cdrom
To unmount the cdrom drive. Open up a terminal.
Type
- Code: Select all
su
Password: <-Type in your root password again
umount /mnt/cdrom
Please print this out and read the whole things to develop and master your linux skills.
- Code: Select all
http://www.unixguide.net/linux/linuxshortcuts.shtml
My advice is to print it out and take it where ever you go. That way, you can finish the guide on your free time and can remember it better.
Please try your best to read it, it's only 19 pages.
I know you can do it.
