The Linux system files in the virtual machine all of a sudden become read-only issues

Source: Internet
Author: User

When both the host system and the virtual machine's IO are busy, the virtual machine's IO requests are not responding in a timely manner. Virtual Machine Linux does not know that it is running in the virtual machine, it will be considered a disk IO error, in order to protect the disk data will remount partition as read-only.

This is certainly not a problem if you just perform fsck on another disk, but if you want to modify the file, you will find that all the files are read-only and cannot be modified. Fortunately, the Mount command under Linux supports a remount option, just execute the following command:

Mount/O Rw,remount

You can re-mount the root partition to read-write status so that the necessary system configuration modifications can be completed.

The Linux system files in the virtual machine all of a sudden become read-only issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.