Web Design

Read/Write problem in rescue mode Linux

Ever had the surprise of finding out you mounted a filesystem in rescue mode and don’t have read and write access? Remount the system to fix the issue: mount -o remount / [...]