Hard drive space checking

Soldato
Joined
30 Nov 2006
Posts
3,174
I've seen something recommended on here before that tells you what folders on your HDD are using the most space etc. Anyone remember what it's called?
 
Fancy that, I posted about spacesniffer ages ago and just this minute was asked to investigate a space consumption issue on a server so was about to post that again :p
 
I wrote a Powershell script for someone a while ago to find and list duplicate files:

http://forums.overclockers.co.uk/showpost.php?p=17944448&postcount=4

There is a line near the start which defines which file types to look for. Edit it to suit your needs. Rewrite the line completely to read:

Code:
$file_types = "*"
If you want to find duplicates of any filetype. Warning - I do not recommend using this on an entire partition, as it can take bloody ages! :p
 
Back
Top Bottom