[NTFSINFO]
authorPierre Schweitzer <pierre@reactos.org>
Tue, 30 Jun 2015 21:03:55 +0000 (21:03 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 30 Jun 2015 21:03:55 +0000 (21:03 +0000)
commit1c3c66afa43a8b8edb729d02fdb015f77fac2376
tree5e49f716fc4b609704df783172723cc3f27720d8
parent5b284d633817e628a8112e8be6b42dea9ebe2e34
[NTFSINFO]
Time to free some Sysinternals tool: ntfsinfo.

To make it short, this tool dumps various information about a NTFS volume and its reserved meta-data files

Our version comes with three advantages compared to the Russinovich's tool:
- It's FLOSS
- It works properly on NT5+ (developed with W2K3 & W7) whereas R's cannot display meta-data files information
- It will open a volume by default if none provided

One issue so far: it doesn't work properly on ReactOS!

CORE-8725

svn path=/trunk/; revision=68326
rosapps/applications/cmdutils/CMakeLists.txt
rosapps/applications/cmdutils/ntfsinfo/CMakeLists.txt [new file with mode: 0644]
rosapps/applications/cmdutils/ntfsinfo/ntfsinfo.c [new file with mode: 0644]
rosapps/applications/cmdutils/ntfsinfo/ntfsinfo.rc [new file with mode: 0644]