How do I change the filesystem from read-only to read-write? Linux

0
760
OK, imagine your root partition is sda3

then try:

mount -o remount,rw /dev/sda3/

{Try as sudo -i}

I tested this and in my case it works.

LEAVE A REPLY

Please enter your comment!
Please enter your name here