I ran the mount -o ro /dev/scd0 /mnt/. command and this time no error but still read only file, it list's the file as read only, I have tried copying from a CD and from an ISO file but no difference
s -l /mnt/some/file/from/cd The file is still listed a -r--r--r--
trying to do a chmod or copy it will say that the file is "Read-only file system"
Main Topics
Browse All Topics





by: ravenplPosted on 2007-09-26 at 10:07:56ID: 19964741
This is normal, as default is to mount read-write.
You want it RO
mount -o ro /dev/scd0 /mnt/...
But even though You should be able to copy files from mounted filesystem. What is exact error message?
What shows
ls -l /mnt/some/file/from/cd