Linux: Read-only partition (Solving)

Linux: Read-only partition (Solving)

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 read/write mode.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *