5

I have over 8 GB in my "Code Library" that I maintain on a 64 GB ScanDisk Ultra Backup USB Device.

Windows Search 4.0 (installed on Windows XP) can index removable drives, but Windows 7 (which uses Windows Search 4.0) cannot, because the USB device identifies itself as a Removable drive and Windows 7 refuses to index removable drives.

How can I mount the USB Thumb Drive as Fixed instead of Removable?

AMissico
  • 270

5 Answers5

3

Here's how you can get Windows Search to index a "removable" drive in 7:

  1. Create a new folder on one of your hard drives. (i.e.: "C:\Code")
  2. Go into the Disk Management, right-click the removable drive and pick "Change Drive Letter and Paths".
  3. Click [Add] and select "Mount in the following empty NTFS folder".
  4. Choose the folder you made earlier ("C:\Code").
  5. Now if you go to C:\Code it should actually be the USB drive.
  6. Via Explorer, add a new Library and add the C:\Code folder to it.

The indexing should now index that for you.

If you want to index inside the files you'll have to go enable that (for that folder) in the Windows "Indexing Options".

You can probably use the Indexing Options to avoid making a Library.

Note: While you are playing with the Indexing Options, don't be surprised by long pauses if you already have a large Windows Search index.

Your mileage may vary once you start unplugging and plugging the drive. :)

Joel Coehoorn
  • 28,637
2

There is a program called Lexar BootIt that can flip the removable bit that makes it removable or not. It worked on my Corsair Voyager GT which had mistakenly been made "Fixed" which was annoying.

Gaspard
  • 21
1

This doesn't seem like a pretty option, but it could work: http://woshub.com/removable-usb-flash-drive-as-local-disk-in-windows-7/

It involves loading a filter driver that sits in-between the USB device and Windows and tells Windows that the USB device is actually a fixed disk. If this works, it should work for any USB storage, but only on the computer you do this on.

I haven't tested this, but I am curious to try it.

jgstew
  • 53
0

Basicly How to Remove Windows Indexing Service for USB Drives. But inverted, as you want to activate it. That should work, I think.

EDIT:

Ups, I think I'm wrong. In WDS - Search across Removable media (CD,DVD, USB Drives etc)? someone (I guess he is from MS) states it is not possible:

There are two types of removable drives "Fixed" and "Removable". Most external USB hard drives report themselves as "fixed". Some USB thumbdrives report themselves as "Fixed" and some report themselves as "Removable". We don't index the "Removable" ones.

If your drive is in the Fixed category, then you just need to go to Control Panel -> Indexing Options -> Modify to add the new drive location. You may also want to assign it a fixed letter in the latter half of the alphabet so that it will always get mounted as the same letter (e.g. Q:)

Another elegant way to do it would be (if you're using Win7 with Libraries) to add the folder locations you care about to the relevant libraries (or even create an extra library.) That will cause the contents to be indexed.

Hope this helps, Andrei

Maybe there is some third-party software enabling this?

EDIT 2:

Following the content of Windows Search returns no results after indexing external hard drive might do the trick.

Darokthar
  • 1,501
0

This is a long shot, but open up devmgmt.msc, go to Disk Drives, select your external drive, and change Removal Policy to "Better Performance." There's a small chance that option may be what the indexing service is checking to determine whether or not to store indices on the disk.

LawrenceC
  • 75,182