mount: block device /dev/cdrom is write-protected, mounting read-only 解决方法

Posted shizhijie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mount: block device /dev/cdrom is write-protected, mounting read-only 解决方法相关的知识,希望对你有一定的参考价值。

[[email protected] ~]# mount /dev/cdrom /mnt/cdrom/
mount: block device /dev/sr0 is write-protected, mounting read-only
虚拟机挂着光驱光驱时提示只读,用以下命令可解决该报错,
mount -o remount,rw /dev/cdrom /mnt/cdrom
 
参考网址:http://blog.chinaunix.net/uid-30645967-id-5701870.html

以上是关于mount: block device /dev/cdrom is write-protected, mounting read-only 解决方法的主要内容,如果未能解决你的问题,请参考以下文章