首页 > 其他 > 详细

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

时间:2017-03-04 19:56:50      阅读:657      评论:0      收藏:0      [点我收藏+]
[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 解决方法

原文:http://www.cnblogs.com/yldf/p/e67b2a8a6eaee4ed09e18c8bbf33eab2.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!