Linux - Disk investigation

From Public wiki of Kevin P. Inscoe
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Check what files and folders are using up filesystem

$ sudo du -sh /*

What device is a mount point on

$ sudo df -P '''/mount/point''' | tail -1 | cut -d' ' -f 1