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

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

时间:2018-08-20 16:36:37      阅读:1555      评论:0      收藏:0      [点我收藏+]

标签:prot   ted   block   rom   虚拟   class   cal   write   解决方法   

1.挂载虚拟光驱提示虚拟光驱是只读,提示如下:

1 [root@localhost ~]# mount /dev/cdrom /mnt/cdrom/
2 mount: block device /dev/sr0 is write-protected, mounting read-only

2.解决方法:

1 mount -o remount,rw /dev/cdrom /mnt/cdrom

 

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

标签:prot   ted   block   rom   虚拟   class   cal   write   解决方法   

原文地址:https://www.cnblogs.com/Roobbin/p/9506010.html

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