NickP
NickP

Reputation: 1414

Query drive free space

I have 2 1TB drives mounted to /Drives/General1 & /Drives/General2 respecitively on Ubuntu Server (my primary installation is on a 250GB). Using the terminal (I access via SSH) how do I query how much space is used/free on each drive?

I have used fdisk -l but this just seems to tell me the size of the drives in total and not how much is free?

Upvotes: 1

Views: 122

Answers (1)

yael alfasi
yael alfasi

Reputation: 682

try this command:

df -h

it wont let me post unless i have 30 chars...

Upvotes: 1

Related Questions