How do I index a HDD image?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
void
Developer
Posts: 15246
Joined: Fri Oct 16, 2009 11:31 pm

How do I index a HDD image?

Post by void »

To add a image of a NTFS volume to the Everything index:
  • Completely Exit Everything
  • Open your Everything.ini.
  • Add the image filename to the end of the ntfs_volume_guids list, for example, change:

    Code: Select all

    ntfs_volume_guids="\\\\?\\Volume{00000000-0000-0000-0000-000000000000}"
  • To:

    Code: Select all

    ntfs_volume_guids="\\\\?\\Volume{00000000-0000-0000-0000-000000000000}","D:\\HDDImages\\ntfs.img"
  • Add the mount path to the end of the ntfs_volume_paths list, for example, change:

    Code: Select all

    ntfs_volume_paths="C:"
  • To:

    Code: Select all

    ntfs_volume_paths="C:","X:"
  • Save changes and restart Everything.
The same works with ReFS images using refs_volume_guids and refs_volume_paths.
Indexing ReFS images is no longer supported.
Post Reply