Hard disk information from command prompt
Hi,
How to get the information(size, free,used space) of all the hard disk drives with one command in command prompt? please tell if anyone knows this command because i dint find any way to get info on all drives using a
single command.
Using fsutil volume diskfree c: or dir
command we can get info on one particular drive, but how to get this on all drives in the system using a single command?
thanks
September 18th, 2012 4:43am
I got the answer
the following command can be used.
wmic logicaldisk get size,freespace,caption
the output is
Caption FreeSpace Size
C: 10293153792 42949668864
D: 38401937408 74088181760
E: 37109010432 42686476288
Free Windows Admin Tool Kit Click here and download it now
September 18th, 2012 4:53am
Thank you for sharing your experience.
September 18th, 2012 9:57pm


