Hello I love you program so much but it seem that it didn't recognize my local drive D:\ volume.
There are only 4 drive in the NTFS volume list:
1. (A:)
2. (C:)
3. (G:)
4. (H:)
5. (D:) is missing
I have four separate hard disk drives in my computer so pls tell me the way to fix this, thank you!
Missing Local NTFS volumes!!!!
Re: Missing Local NTFS volumes!!!!
Are there any errors reported in your Errorlog.txt file in the same location as your Everything.exe?
From a command prompt what is displayed when you run the following:
From a command prompt what is displayed when you run the following:
Code: Select all
fsutil fsinfo ntfsinfo D:
-
- Posts: 4
- Joined: Sat Nov 13, 2010 11:49 pm
Re: Missing Local NTFS volumes!!!!
There is an errorlog.txt "11/15/2010 6:31:27 AM: Everything 1.2.1.371: .\src\db.cpp(17912): db::_create_usn_journal(): DeviceIoControl(hcj,FSCTL_CREATE_USN_JOURNAL,&cujd,sizeof(cujd),0,0,&cb,0): 87: Failed to create USN Journal."
and here is the result of the command prompt
"The FSUTIL utility requires a local NTFS volume."
and here is the result of the command prompt
"The FSUTIL utility requires a local NTFS volume."
Re: Missing Local NTFS volumes!!!!
"Everything" will only index local NTFS volumes.
Is your D: a local NTFS volume?
From a command prompt what is displayed when you run the following:
To convert to NTFS, please see:
http://support.microsoft.com/kb/307881
Is your D: a local NTFS volume?
From a command prompt what is displayed when you run the following:
Code: Select all
fsutil fsinfo volumeinfo D:
http://support.microsoft.com/kb/307881
-
- Posts: 4
- Joined: Sat Nov 13, 2010 11:49 pm
Re: Missing Local NTFS volumes!!!!
Yes!! I think that's the problem my local drive d: is FAT32. I'll convert it right now and give you the feedback
-
- Posts: 4
- Joined: Sat Nov 13, 2010 11:49 pm
Re: Missing Local NTFS volumes!!!!
Ok!! it works now, thank you so much VOid.