Why is my filesystem being mounted read-only in linux?
- by Tim
I am trying to set up a small linux system based on Gentoo on a VirtualBox machine, as a step towards deploying the same system onto a low-spec Single Board Computer. For some reason, my filesystem is being mounted read-only.
In my /etc/fstab, I have:
/dev/sda1 / ext3 defaults 0 0
none /proc proc defaults 0 0
none…