美文网首页
centeros6挂载报错

centeros6挂载报错

作者: Hoe王666 | 来源:发表于2018-02-13 20:42 被阅读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

相关文章

网友评论

      本文标题:centeros6挂载报错

      本文链接:https://www.haomeiwen.com/subject/pyhstftx.html