Remount a read only file system – Linux

I had an issue that occured when a FSCK scan was forced but then failed with a memory shortage issue –

To get the OS back up and running and my services i did this (i will run the fsck again but i needed a server back in production)

#mount -o remount,rw \

#init 1; init 5

This should mount the drives as read write then start the GUI and all services.

4 thoughts on “Remount a read only file system – Linux

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.