you didnt do something right, you have to be root to do this, what user are you?
what did it do when you mounted the drive?
in linux a drive has to be mounted first, then you can read and write to it
most window managers like KDE and GNOME has apps that you just click and it open your cdrom for you without having to go thru this
type those commands in EXACTLY like I put them, then what does it say?
if you get to root@localhost cdrom:type pwd and make sure your in /mnt/cdrom
also make sure the line in a file called /etc/fstab has your cdrom being mounted to /mnt/cdrom or the commands will have to changed to reflect this, should be a line in there that looks like this:
/dev/hdc /mnt/cdrom iso9660 auto,user,ro 0 0------->something like that, the part where it says /mnt/cdrom is important, if its somethig else then you need to change to whatever directory that is to list the file and then copy the file elsewhere |