I'm looking for the equivalent of right clicking on the drive in windows and seeing the disk space used and remaining info.
From the Windows desktop, double-click the My Computer icon. In My Computer, highlight and right-click the drive whose capacity you'd like to determine. In the menu that appears, select Properties. The Properties window displays the used space, free space, and the total capacity of the hard drive or other drives.
Check Disk Space in Linux Using the df Command df, which stands for Disk Filesystem, is used to check disk space. It will display available and used storage of file systems on your machine. When executing this command, you will see the default columns: Filesystem, Size, Used, Available, Use%, and Mounted On.
Look for the commands du
(disk usage) and df
(disk free)
Use the df command:
df -h
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With