Linux How do I change the filesystem from read-only to read-write? Linux By Rahul Bhutani - June 11, 2020 0 760 Share Facebook Twitter Google+ Pinterest WhatsApp 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.