码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-07-10 22:41:33      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:net   host   http   nbsp   oca   只读   html   prot   命令   

[root@localhost ~]# 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 解决方法

标签:net   host   http   nbsp   oca   只读   html   prot   命令   

原文地址:https://www.cnblogs.com/shizhijie/p/9291802.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!