mount: block device /dev/cdrom is write-protected, mounting read-only [How to Solve]

[root@localhost ~]# mount /dev/cdrom/mnt/cdrom/
mount: block device /dev/sr0 is write-protected, mounting read-only
When the virtual machine is hung with the CD-ROM drive, it prompts that it is read-only. Use the following command to solve the error.
mount -o remount,rw/dev/cdrom /mnt/cdrom

 

Similar Posts: