Switch to super user, with su

The result of mounting cdrom in fedora 11,

[r...@localhost saravanan]# mkdir /mnt/cdrom; mount /dev/sr0 /mnt/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only

so try,

mkdir /mnt/cdrom (if no such directory)
mount /dev/sr0 /mnt/cdrom

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to