Flipping the Removable Media bit -- alternatives to BootIt?

39

15

There's a utility called the Lexar BootIt utility that flips the Removable Media Bit on certain USB flash drives.

I want to flip the bit on my USB flash drive (it's supported) but really am not too comfortable downloading this utility from random file-sharing sites, nor do I see a license anywhere for it.

The end goal is to recommend a tool for corporate customers so they may flip the bits themselves.

Are there any free or open alternatives to this tool?

jglouie

Posted 2012-02-17T21:17:09.583

Reputation: 669

Question was closed 2014-08-12T21:31:33.517

1

i have no idea why they closed this question, these mods probably have too much time on their hands. anyways, there's a couple of great usb drivers that can do the job for you if you set them as the drivers for the specific device http://agnipulse.com/2012/03/filter-drivers-removable-media-fixed-disk-windows/

– user1916182 – 2018-02-14T19:50:43.040

2it doesn't work on all systems so this is a good question about alternatives to BootIt – bakytn – 2012-02-19T20:26:58.827

2Hitachi Filter Driver is not eligible for an answer :) – jglouie – 2012-02-22T19:22:40.310

Answers

20

Why would you want to flip the removable bit on your USB Drive? Which USB Drive do you have?

If you want to partition your USB Flash Drive then you can use Bootice http://agnipulse.com/2011/11/partition-usb-flash-drive/

If you really want to flip the removable bit then you have use Mass Production tools to reprogram the microcontroller in your USB Flash Drive. However this procedure varies for all USB Flash Drives. Most Mass Production tools are used to repair USB Flash Drives or to add or remove CDFS Partition; However, some MP Tools provide the option to Flip the Removable bit.

The general procedure to reprogram your USB Flash Drive to Flip the bit or make other changes is as follows:

Download and Run Chipgenius and find out the VID and PID of your USB Drive. http://agnipulse.com/2010/03/chipgenius-and-usbdeview-usb-information-tools/

Go to http://flashboot.ru/iflash.html and enter the VID and PID of your USB Drive.Check if there are any MassProduction tools available and download them. Then you will have to figure how to use it.

Check this for detailed guide on how to do this.(In this guide the MPtool is being used to repair a fake USB Drive) http://agnipulse.com/2010/04/how-i-fixed-a-fake-64gb-usb-drive/

Warning - The procedure varies for different USB Flash Drives and you may end up with irreparable USB Flash Drive.

Note:

I have tried flipping the bit of Transcend Jetflash USB Drives with good success. The MPtool for JetFlash USB Drives is called AlcorMptool and this MpTool has the option to flip the removable bit. Another reason why I feel comfortable to use JetFlash USB Drives is because it can be fixed easily if something goes wrong.

http://agnipulse.com/2010/04/jetflash-online-recovery-repair-your-transcend-usb-drives-for-free/

bbalegere

Posted 2012-02-17T21:17:09.583

Reputation: 681

I ended up using this approach (mass production tools) before you posted it and it worked on some of our flash drives. Thanks for summarizing it so nicely! – jglouie – 2012-02-25T16:38:11.047

I am glad that this method worked for some of your flash drives.Can you please post the list of pen drives(manufacturer or model name) that worked for you? Also can you please tell us why you want to flip the removable bit? – bbalegere – 2012-02-25T17:22:31.637

The drive it worked on was already listed in the flashboot.ru site. Wanted to flip the RMB to boot a full version of Windows off of it. – jglouie – 2012-02-25T18:44:28.440

Interesting.How does flipping the RMB help in booting a full version of Windows from USB Drive?I have been able to boot a full version of Windows from both a USB Flash drive and a USB Hard Disk.I have answered your other question.http://superuser.com/questions/392493/is-it-possible-to-create-a-full-windows-7-live-dvd/394098#394098

– bbalegere – 2012-02-26T02:35:02.040

Thanks @bbalegere. I'll need to check it out. It's a big hassle to mess with the RMB -- would love to skip that step. – jglouie – 2012-02-27T15:23:01.463

1

If you do not want to download a utility from a website that you don't know, how about compiling your own.

See the codeproject.com article Hooking the kernel directly by Anton Bassov, containing the sources for a USB filter driver.

I would suggest reading very carefully the entire article and all comments.

The article dates from 2006. It looks like it may still pertain to the latest Windows versions, but I cannot guarantee this.

Anton Bassov himself seems to be available on LinkedIn (I haven't tried to contact him).

harrymc

Posted 2012-02-17T21:17:09.583

Reputation: 306 093

There's the source for the Hitachi Filter Driver floating around too – jglouie – 2012-02-22T22:25:23.730