Quote:
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
|
You might want to change the "owner" to "user"...
And if you have the proper entry in /etc/fstab
should work.
If you specify the device
and the mount point
you need to add the fstype, too.
Code:
mount -t iso9660 /dev/cdrom /mnt/cdrom
Of course the CD might have been burnt with
a "wrong" fstype ... there's some programs out
there that will allow you to burn ext2 on CD ;)
Cheers,
Tink