How to get information about your filesystems with the Linux command line.

The Linux command line allows a user to get good information about filesystems using the shell prompt. Here are some examples. Print a list of all filesystems and their sizes in megabytes. ubuntu ~ $ df -Hla -BMB Filesystem 1MB-blocks Used Available Use% Mounted on sysfs 0MB 0MB 0MB – /sys proc 0MB 0MB 0MB … Read more