Checking Free Disk Space on FreeBSD Server
How to check and display free disk space available on a FreeBSD server?
df command can be used to display the capacity, used and free disk space of all filestystems on a FreeBSD server. The diskspace will be output in the number of blocks, in which each block is equal to 1KB in size.
For more easy and readable format, df -h can be used instead of df. -h flag will output the space in “human readable” format. It will use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to four or fewer using base 2 for sizes.
Related Articles
- Download Free Disk Analyzer to Monitor and Clean Up Hard Disk Space Usage
- KB955020 Update for Windows Vista and Server 2008 May Occupy 1GB Disk Space – Remove to Recover
- Download Free Wise Disk Cleaner To Free Storage Space in Hard Drive
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 1
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4
- Disk Space Analyzer Scans and Displays Hard Disk Data Details
- Auslogics Dulicate File Finder Detects Extra Copies to Free Up Hard Disk Space
- Free Up Hard Disk Space by Removing Duplicate Files with CloneSpy









































