AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

NDFF: NTFS Direct File Find

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
SanskritFritz



Joined: 17 Feb 2005
Posts: 283
Location: Hungary, Budapest

PostPosted: Tue Nov 14, 2006 3:56 pm    Post subject: NDFF: NTFS Direct File Find Reply with quote

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
View user's profile Send private message
toralf



Joined: 31 Jan 2005
Posts: 3841
Location: Bremen, Germany

PostPosted: Tue Nov 14, 2006 4:03 pm    Post subject: Reply with quote

Thanks for posting.
I'll test this tool and probably use it.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
majkinetor !
Guest





PostPosted: Tue Nov 14, 2006 4:57 pm    Post subject: Reply with quote

Shocked

This is superb.
Back to top
SanskritFritz



Joined: 17 Feb 2005
Posts: 283
Location: Hungary, Budapest

PostPosted: Tue Nov 14, 2006 9:15 pm    Post subject: Reply with quote

majkinetor ! wrote:
Shocked

This is superb.

Great huh? Lets integrate it with Total Commander Wink
_________________
Is there another word for synonym?
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3644
Location: Belgrade

PostPosted: Thu Nov 16, 2006 9:07 am    Post subject: Reply with quote

I am working on that. Wink
_________________
Back to top
View user's profile Send private message MSN Messenger
innersoul



Joined: 24 Jan 2007
Posts: 5

PostPosted: Sun Jan 28, 2007 7:50 am    Post subject: Reply with quote

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
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3644
Location: Belgrade

PostPosted: Mon Jan 29, 2007 8:18 am    Post subject: Reply with quote

ofc not.

Create your own .
_________________
Back to top
View user's profile Send private message MSN Messenger
skwire



Joined: 18 Jan 2006
Posts: 172
Location: Conway, Arkansas

PostPosted: Mon Jan 29, 2007 9:16 am    Post subject: Reply with quote

Agreed, this is fantastic.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
innersoul



Joined: 24 Jan 2007
Posts: 5

PostPosted: Mon Jan 29, 2007 9:07 pm    Post subject: Reply with quote

majkinetor wrote:
ofc not.

Create your own .

hmm.

how?
Back to top
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Mon Jan 29, 2007 11:03 pm    Post subject: Reply with quote

Err, with AutoHotkey for example? Wink

The perfect tool to create a (Gui) wrapper around a command-line tool or DLLs...

Rolling Eyes
Back to top
innersoul



Joined: 24 Jan 2007
Posts: 5

PostPosted: Tue Jan 30, 2007 7:27 am    Post subject: Reply with quote

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 Wink
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Tue Jan 30, 2007 7:57 am    Post subject: Reply with quote

Quote:
pushing me into the right direction would be very nice
---> Gui <---
Back to top
innersoul



Joined: 24 Jan 2007
Posts: 5

PostPosted: Tue Jan 30, 2007 10:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
BoBo
Guest





PostPosted: Tue Jan 30, 2007 11:30 pm    Post subject: Reply with quote

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

PostPosted: Tue Jan 30, 2007 11:58 pm    Post subject: Reply with quote

Check this out Wink : CMDret - AHK functions
_________________
(sorry, homesite offline atm)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group