Remount a linux filesystem as writable
When booting into safe mode in Ubuntu, because of a boot issue or some other hard to correct issue, the file system will be read only. You can use the mount
command to remound the filesystem as read-write.
sudo mount -o rw,remount /
Tweet