bash:commands:disk_commands
BASH - Commands - Disk Commands
Disk Usage
Description | 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.txt · Last modified: 2021/01/26 15:37 by peter