Categories
Linux

Determine Mounted Filesystem Types on Linux

In linux its very easy to lose track of filesytem types if you have been using it for a while. With the advent of ext4(and NTFS) systems its hard to guess which filesystem type is running on each partition. One of the easiest ways to determine the filesystem type of a mounted filesystem is to […]