]> wimlib.net Git - wimlib/blob - tools/wimboot-analyze/README.txt
Add wimboot-analyze to tools/
[wimlib] / tools / wimboot-analyze / README.txt
1 This is a command-line Windows program to compute disk usage.\r
2 \r
3 Using it is very easy, for example:\r
4 \r
5          wimboot-analyze D:\\r
6 \r
7 Unlike other disk usage programs, this will report statistics about how much\r
8 data is externally backed with the help of the WOF (Windows Overlay File System\r
9 Filter) driver added in Windows 8.1.  This includes, for example, files that are\r
10 backed by a WIM archive for a "WIMBoot" setup (see\r
11 http://technet.microsoft.com/en-us/library/dn594399.aspx).\r
12 \r
13 Additional notes:\r
14     - If there are multiple WIM files backing files in the scanned\r
15       volume, the program will print a breakdown by WIM file.\r
16     - The program will also print some statistics about named ("alternate")\r
17       data streams.\r
18     - The program will handle long paths.\r
19     - Locked and other inaccessible files will be excluded, but a warning\r
20       message will be printed for each such file.\r
21     - The program will not follow reparse points, such as symbolic links,\r
22       junctions, and NTFS volume mount points.\r
23 \r
24 This distribution includes the full source code.  The license for both source\r
25 and binary is stated at beginning of wimboot-analyze.c.\r