Commands to check hard disk partitions and disk space on Linux
fdisk Fdisk is the most commonly used command to check the partitions on a disk. The fdisk command can display the partitions and details like file system type. However it does not report the size of each partitions. $ sudo fdisk -l Each device is reported separately with details about size, seconds, id and individual … Read more