[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

相关文章:

  • 2022-12-23
  • 2021-09-29
  • 2021-11-25
  • 2022-01-15
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
猜你喜欢
  • 2022-02-25
  • 2021-12-24
  • 2021-11-05
相关资源
相似解决方案