Guest ndeb Posted March 18, 2003 Share Posted March 18, 2003 Should it have been able to read the audio CD?Never. Audio cd's do not have a filesystem and hence cannot even be mounted. The only thing wrong I do see at this point is that my CDROm is seen as CD2 and my CD R is seen as CD. I though the mount point that I created (CD2) was for the CD R.Thats because of the way your /etc/fstab entries are. There is nothing wrong with it. A look at /etc/fstab will make it very clear. You can change it very easily by interchanging /mnt/cdrom and /mnt/cdrom2 in the cd entries in /etc/fstab. Then, run:umount /mnt/cdrom umount /mnt/cdrom2 mount /mnt/cdrom mount /mnt/cdrom2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now