1

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?

4

1 に答える 1

1

このコマンドを試してください:

df -h

30文字じゃないと投稿できない…

于 2012-09-03T08:27:54.340 に答える