Diruse Download

Active3 years, 7 months ago

DirUse - Directory Analysis Tool Basically there are many ways to do it differently. But looking at the Parameters provided, there some interesting features like sending alerts.

The distant future of our planet is not rosy, according to the series 'The Chronicles of Shannara.' When the world is engulfed by differences, and the development of nuclear, biological and chemical weapons is at its peak, some people experienced the mutation, and the rest were killed. https://luckycaptain.netlify.app/the-shannara-chronicles-download.html.

Does anyone know of a free command-line tool or script that calculates the size of a directory including all subdirectories?

It needs to be compatible with Windows 7, work with hard links and junctions and gracefully deal with access denied to some subfolder (i.e. continues in such a case).

I could not find anything and am thinking of writing my own tool.

Update:

I am looking for something to analyze (many) roaming user profiles stored on a file server. The perfect tool would make it easy to find the largest profile directories or those with the most files.

Helge Klein
Diruse DownloadHelge KleinHelge Klein
1,8041 gold badge14 silver badges18 bronze badges

closed as off-topic by Michael HamptonFeb 8 '16 at 8:07

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Requests for product, service, or learning material recommendations are off-topic because they attract low quality, opinionated and spam answers, and the answers become obsolete quickly. Instead, describe the business problem you are working on, the research you have done, and the steps taken so far to solve it.' – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.

7 Answers

Du by Sysinternals might be what you're looking for. It's free from Microsoft, and it's basically a rudimentary version of the *ix du. It deals with junctions and denied permissions by reporting the file doesn't exist.

quinnrquinnr

Using robocopy with /l will do it, ignoring things that you don't have access to, and /B will even try in backuo mode, which might get you access you otherwise wouldn't have.

/L :: List only - don't copy, timestamp or delete any files.

Nov 27, 2016  If the gun was made by Crescent the serial number will be found stamped on the lower tang just behind the trigger guard. According to the serial number you give (196069) the gun was made in 1905. Guns of this time were designed to use 2 1/2 inch shot shells loaded with either black powder or early low pressure smokeless powder and lead shot. Jul 20, 2012  I am trying to look up my grandfathers old a-f and co double barrel shotgun. The serial number is 17516. I would like to know more about it such as age and value. 159 rows  L.C. Smith serial numbers, as they are related to year of manufacture, are confusing. Excel shotgun serial numbers. Shotguns with the Excel trade name were manufactured by Crescent Fire Arms Co, Crescent-Davis Arms Corp, Iver Johnson Arms and Cycle Works, and J.

/XJ :: eXclude Junction points. (normally included by default).

Is there anything specific you meant by 'gracefully deal with access denied to some subfolder' ?

/Edit - now that you've asked essentially an entirely new question, I will flood you with other answers:

Do why do you need it running on Windows 7? Run it on the server (s).

https://luckycaptain.netlify.app/remington-1100-serial-numbers.html. The original version of the Remington 1100 shotgun came out only in the 12 gauge in 1963, followed by the 16 gauge and 20 gauge in 1964, and finally the.410 gauge Remington 1100 in 1969. In 1970 a matched set came out in.410 gauge and 28 gauge.

How do you expect to see this used? Acer h233h monitor driver. Crystal Reports can use a filesystem as a reporting source, and you could group by size in one report, and by number of files in another. Guitar appraisal by serial number. Does it need to have history? You could use something like RRDTool to run diruse on every folder in the parent directory or directories where you keep your homedirs. And then you have nice pretty webpages with nice pretty graphs.

For interactive use, I love WinDirStat, but some people like TreeSize Pro.

How does this tie into your need to have this be redistributable? Are you trying to build and sell a management product for other IT admins? If it's just for you and your staff, that's not 'redistributing.'

mfinnimfinni
33.2k3 gold badges43 silver badges80 bronze badges

An all-default install of Cygwin (a POSIX emulation layer for Windows) includes the du utility from the GNU core utilities collection, and it is fully hard-link and junction-point aware. I believe Cygwin (and thus du) treats junction points as soft-links.

Steven MondaySteven Monday
10.9k2 gold badges29 silver badges40 bronze badges

You really should look at http://foldersize.codeplex.com/releases?ReleaseName=FolderSize.Win32.1.0.7.0 it rocks! Easy graphical way to see who is chewing up what space.

trenttrent

Have you looked into the Microsoft tool diruse? It's a command line tool that does exactly what you're looking for. It's part of the server tools for Windows 2000 & 2003, but is still available for download: Microsoft Diruse TechNet article.

The only thing I'm not sure about is how it handles hard-links and junction points. It might be worth experimenting with.

Example from the TechNet article:

Scott McKinneyScott McKinney

It may be a little lowbrow for Server Fault, but Tree Size Free (http://www.jam-software.com/treesize_free/) will do that quite well, especially if you're just trying for a one time use. The Professional version has a lot of nice features that I use for ongoing maintenance.

Windows Du

Driftpeasant

Diruse Download

Driftpeasant
3,1321 gold badge17 silver badges28 bronze badges

I suggest WinDirStat.

Today I had to check how much space certain directories consume and found out that one of them makes heavy use of hardlinks (which could cause certain files be considered in the sum more than once).

You can see that WinDirStat shows 14,9GB for the winsxs directory. These 14,9GB equal the amount of what du (see earlier answer) return as size (if you take 15.620.679.650 and divide it by (1024*1024*1024) you get a rounded 14,9)

Diruse Download

MargedMarged

Diruse.exe Download

Not the answer you're looking for? Browse other questions tagged windowsdirectory or ask your own question.