A File System on a drive decides how data is stored and read from a drive. Think of it as a method for ordering information. If you were to go to a library, the books there will likely be sorted using the Dewey Decimal System. A file system is somewhat …
Read More »How to mount file systems as read-only on Linux
On Linux, it is possible to quickly mount any file system as read-only directly through the terminal. Mounting file systems as read-only on the fly is a great way to prevent modifications, tampering and to overall increase security temporarily. Mount file systems as read-only To start the mounting process, open …
Read More »