Monday, December 11, 2017

Linux - Repair /etc/fstab readonly mode

That was very easy to correct fstab from readonly mode. We must mount / in read-write mode.
If /etc/fstab is correct, you can simply type:
mount -n -o remount /

No comments: