linux command df and du
content
running 3 commands:
du -sh /: find the total disk usage under/directorydf -h /: finds which block device/is mounted ondu -shx /: finds the total disk usage under/directory, on the same filesystem as/
Note
i think a better way to understand the output of
df -his:
/dev/md126p2underFilesystemis actually block device, it’s NOT meant to mean the type of the filesystem- in other words, change the header
FilesystemtoBlock Device