| View previous topic :: View next topic |
| Author |
Message |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Tue Nov 14, 2006 3:56 pm Post subject: NDFF: NTFS Direct File Find |
|
|
This one is very useful:
http://ndff.hotbox.ru/en/index.html
| Quote: | | NDFF is command-line utility that performs extra fast file searching on local NTFS partition. The main advantage over any other file searching tool currently available (including the one found in Windows Explorer) that it looks for file directly in MFT, which is system data table of NTFS. This approach lets avoid reading all the directories contained on the volume, thus speeding up the operation by many times. For example, my 30 GB large partition full of files and directories is scanned in less than 10 seconds, while it takes several minutes to scan it in traditional way. |
_________________ Is there another word for synonym? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Tue Nov 14, 2006 4:03 pm Post subject: |
|
|
Thanks for posting.
I'll test this tool and probably use it. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
majkinetor ! Guest
|
Posted: Tue Nov 14, 2006 4:57 pm Post subject: |
|
|
This is superb. |
|
| Back to top |
|
 |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Tue Nov 14, 2006 9:15 pm Post subject: |
|
|
| majkinetor ! wrote: |
This is superb. |
Great huh? Lets integrate it with Total Commander  _________________ Is there another word for synonym? |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3644 Location: Belgrade
|
Posted: Thu Nov 16, 2006 9:07 am Post subject: |
|
|
I am working on that.  _________________
 |
|
| Back to top |
|
 |
innersoul
Joined: 24 Jan 2007 Posts: 5
|
Posted: Sun Jan 28, 2007 7:50 am Post subject: |
|
|
is there a GUI available for this tool?
I only found this, but it doesn't capture the output...
| Code: | | RunWait,%comspec% /c d:\tool\ndff\ndff.exe >%workf%,,Hide |
|
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3644 Location: Belgrade
|
Posted: Mon Jan 29, 2007 8:18 am Post subject: |
|
|
ofc not.
Create your own . _________________
 |
|
| Back to top |
|
 |
skwire
Joined: 18 Jan 2006 Posts: 172 Location: Conway, Arkansas
|
Posted: Mon Jan 29, 2007 9:16 am Post subject: |
|
|
| Agreed, this is fantastic. |
|
| Back to top |
|
 |
innersoul
Joined: 24 Jan 2007 Posts: 5
|
Posted: Mon Jan 29, 2007 9:07 pm Post subject: |
|
|
| majkinetor wrote: | ofc not.
Create your own . |
hmm.
how? |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Mon Jan 29, 2007 11:03 pm Post subject: |
|
|
Err, with AutoHotkey for example?
The perfect tool to create a (Gui) wrapper around a command-line tool or DLLs...
 |
|
| Back to top |
|
 |
innersoul
Joined: 24 Jan 2007 Posts: 5
|
Posted: Tue Jan 30, 2007 7:27 am Post subject: |
|
|
yeah well, i was politely expressing that I don't have a clue how to do this and therefore some help or pushing me into the right direction would be very nice - especially after the elaborate response of majkinetor  |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Jan 30, 2007 7:57 am Post subject: |
|
|
| Quote: | | pushing me into the right direction would be very nice | ---> Gui <--- |
|
| Back to top |
|
 |
innersoul
Joined: 24 Jan 2007 Posts: 5
|
Posted: Tue Jan 30, 2007 10:02 pm Post subject: |
|
|
| BoBo wrote: | | Quote: | | pushing me into the right direction would be very nice | ---> Gui <--- |
yeah wonderful - but how to catch the output of the commandline tool and make it clickable? |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Jan 30, 2007 11:30 pm Post subject: |
|
|
Redirect it/parse it/show it.
| Quote: | NTFS Direct File Find 0.9.6
Syntax: ndff [-<option>...] <filename> [-<option>...]
Options:
-? Help page (also -h)
-about About the NDFF, license & legal info
-deferred List results after the search is complete
-range <begin> [<end>] Scan ID range lower and upper bounds (default: 0 -1)
-case Case sensitive search
-d <drive> Specify drive letter (in form of 'd:') (default: current d
rive)
-regex Use regular expressions
-nocache Disable directory cache
-JP Do not resolve junction points
Output redirection:
-outfile <filename> Save output to Unicode file
-outCON Suppress console output
Column displaying options:
-si Show file MFT ID
-ssize Show file size
-salloc Show allocated size
-snamespace Show namespace of the filename
-sd Show drive letter
-sP Do not show file path
-silent Only list found files, do not show summary
Filename namespace selection: (only one allowed)
-nall Look all filename namespaces
-nwin32 Look Win32 namespace (default)
-ndos Look DOS namespace
-nposix Look POSIX namespace
Result filtering options:
-fDIRS Do not list directories
-fFILES Do not list regular files
-fsize <min> [<max>] List only files with file size in range (default: 0 -1)
-falloc <min> [<max>] List only files with allocated size in range (default:
0 -1)
-funused Include unused files in result
-fUSED Do not list used files
-fsystem Show special NTFS files
Following characters are accepted as option switch: -/ |
|
|
| Back to top |
|
 |
daonlyfreez
Joined: 16 Mar 2005 Posts: 755 Location: Berlin
|
Posted: Tue Jan 30, 2007 11:58 pm Post subject: |
|
|
Check this out : CMDret - AHK functions _________________ (sorry, homesite offline atm) |
|
| Back to top |
|
 |
|