Web Design

Disable automount for removable devices in Ubuntu

Say you want to disable the automounting feature of Ubuntu. You can press Alt+F2 and type polkit-gnome-authorization. Press Enter and in the new window that appears go to Storage > Mount file systems from removable d[...]


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 / [...]