Hi there,
Is there a command that will display a hard drive's full capacity size? I mean, output of a 'df -h' command yields:
Filesystem Size Used Avail Use% Mounted on
/dev/hda4 5.4G 1.2G 4.0G 22% /
/dev/hda2 273M 132M 128M 51% /home
/dev/hda1 7.6M 4.6M 2.6M 64% /boot
From calcuting the 'Size' column, this drive has a total capacity of 5.5GB. However, I don't want to calculate
. Is there a command that will tell you that? Thanks...
-twantrd