How to re-mount root partition in read-only mode in Linux
It happens that you need to remount root partition in read only mode (for example, for the filesystem repair). This is how to do it:
mount -r -o remount /
It happens that you need to remount root partition in read only mode (for example, for the filesystem repair). This is how to do it:
mount -r -o remount /