ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Looking for reports of folder size

(1/1)

mediaguycouk:
Hi all,
I'm a bit of a lingerer here but now I need your help.

I have a server that has a around 40 folders in it. I would like to have a program that would export the file size of the these folders without (or with the option) of not reporting the size of subfolders.

So if I have 10 folders called folder1 through to folder10 I could get a list that says

folder1: 132MB
folder2: 186MB
folder3: 852MB
folder4: 1,875MB
etc.

So does someone know of such a thing? The last program I saw like that was Norton Systemworks. But even if I had it I wouldn't want to install a program like that on a Windows server.

Many Thanks

Graham Robinson
Incident Response Team,
University of Southampton

nontroppo:
I used to use Scanner, but that is visual not textual:

http://www.steffengerlach.de/freeware/

If you have access to cygwin, maybe you can use the DU command, I use something like this in Bash (on OS X):


--- ---alias measurebig='for f in /folder1 / folder2 /folder#; do sudo du -hsx "$f"; done'
Which gives me:


--- ---@macbook:~$ measurebig
4.0K /folder1
446M /folder2
2.6M /folder3
3.5G /foldern

Google gave me this for PCs:

http://www.cygwin.com/ml/cygwin/2006-07/msg00070.html

mediaguycouk:
I used to use Scanner, but that is visual not textual:-nontroppo (November 19, 2007, 06:21 AM)
--- End quote ---

Visual is fine for the moment and that is a great little piece of software. I like the fact you can pass the folder straight to the exe file so it doesn't have to scan the whole system.

Perfect, cheers

sri:
http://www.neowin.net/forum/index.php?showtopic=478560.

lanux128:
another candidate: Folder Size 2.4

What does it do?

Folder Size for Windows adds a new column to the Details view in Windows Explorer. The new column shows not only the size of files, but also the size of folders. It keeps track of which folders you view, and scans them in the background so you can see complete size of all files within the folder. It's very useful for cleaning up your disk. Once you get used to having that information available, a directory listing simply looks incomplete without it!

• http://foldersize.sourceforge.net/

Navigation

[0] Message Index

Go to full version