-
CD-Rom(sorry)
I just install knoppix 3.2 onto my hard drive. know i got to mount my CD-RW Drive. i read alot of reviews about that. but i still have no clue. if somone can give me a plan Eng. step by step how to do it. :cry:
when i click on the cdrom icon i get the populer "Unable to run the command specified. The file or directory file:/mnt/cdrom does not exist."
-
1. become root (su or sudo)
2. mkdir /mnt/cdrom
3. edit /etc/fstab and add a line like this:
Code:
/dev/cdrom /mnt/cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
(this tells the mount command to mount device /dev/cdrom in /mnt/cdrom and that it has an iso9660 filesytem and shouldn't be checked by fsck (the 0 0))
4. mount /dev/cdrom
5. have fun
Do take note that you don't have to mount audio cd's though!