Flip the Removable Media Bit
Posted: February 24th, 2009, 18:20
Hello everyone!
Do you know any way i can flip the Removable Media Bit of my USB stick?
Its a 16GB Kingston and the BootIt program from Lexar does not work with it.
My reason to do this is because i want to make a multiple partitions in my USB drive. And after that make it multiboot (with various OSes and bootable disks)
Some more info
Any ideas?
Thank you in advance
Do you know any way i can flip the Removable Media Bit of my USB stick?
Its a 16GB Kingston and the BootIt program from Lexar does not work with it.
My reason to do this is because i want to make a multiple partitions in my USB drive. And after that make it multiboot (with various OSes and bootable disks)
Some more info
The removable media device setting is a flag contained within the SCSI Inquiry Data response to the SCSI Inquiry command.
Bit 7 of byte 1 (indexed from 0) is the Removable Media Bit (RMB).
A RMB set to zero indicates that the device is not a removable media device. A RMB of one indicates that the device is a removable media device. Drivers obtain this information by using the StorageDeviceProperty request.
Any ideas?
Thank you in advance