Remount read/write in single user mode

If /etc/fstab is correct, you can simply type:

# mount -n -o remount /

If /etc/fstab is wrong, you must give the device name and possibly the
type, too: e.g.

# mount -n -o remount -t ext4 /dev/sda3 /

Comments are closed.