Fs is read only, "mount -n -o remount /" not working since the fs is not writeable

8,078

Solution 1

The file system might be corrupted. Boot your computer using LiveCD/DVD or LiveUSB, and try to repair the disk using fsck.

After the execution has completed, reboot and check if everything's all right.

Solution 2

Try using the following command :

mount -o rw,remount /
Share:
8,078
Alkthree
Author by

Alkthree

Updated on September 18, 2022

Comments

  • Alkthree
    Alkthree over 1 year

    How can I remount my filesystem rw if the filesystem is read only?

    • Alkthree
      Alkthree over 11 years
      Still need help with this issue please!
  • Alkthree
    Alkthree over 11 years
    I got the message "cannot remount block device /dev/sda1 read-write, is write-protected"