Standard
Linux: Read-only partition (Solving)
- Lucas
- January 06, 2018
When we start Linux in recovery mode, for example, the root partition will be mounted read-only. How to remount the root partition in Read / Write mode ? After booting Linux, run the command below to remount in Read and Write mode: mount -o remount,rw / OK, now the root partition has been remounted in