Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

GNU/Linux Recovery Console: Remove read-only mode, allow writing

Leer en espanol
GNU/Linux Recovery Console: Remove read-only mode, allow writing

Table of contents

For solution ===

Probably, as has happened to me, you have made a mistake in the disk mounting configuration and when starting our GNU/Linux we have been able to verify that it has started in reading mode.

To solve this we simply access the GNU/Linux recovery console, access it with the password of our root user and execute the following command:

Bash
mount -o rw,remount /

After mounting the file system we proceed to remove the mistake if there is one in /etc/fstab and we give it a try to see if it worked correctly.

Greetings, rokitoh!

:wq!

Comments