bash:commands:disk_commands
This is an old revision of the document!
BASH - Commands - Disk Commands
Disk Usage
Command | |
---|---|
Display disk usage | du -ah |
Display mount points for all filesystems | findmnt |
Display total disk usage on the current directory | du -sh |
Mount a device | mount device-path mount-point |
Show free inodes on mounted filesystems | df -i |
Show disk partition sizes and types | fdisk -l |
Show free space on mounted filesystems | df -h |
bash/commands/disk_commands.1611675406.txt.gz · Last modified: 2021/01/26 15:36 by peter