17
11
I just plugged in a very simple 1GB USB stick from the office in hopes of making it a Fedora Live USB stick. For that to work, I need a removable storage device, or else it won't appear in LiveUSB Creator's list.
Explorer lists my USB stick as a hard disk:
LiveUSB Creator indeed doesn't show it in the device list:
Is there any way of forcing Windows to see the stick as a removable storage device?
Edit
From the device's properties window, I can obtain it's GUID:
With that, I can find the USBSTOR entry in the registry:
However, when editing the Capabilities
value to 4
(as implied by CM_DEVCAP_REMOVABLE
) or 16
(as implied by the value of other USB stick entries), I receive the following error:
Error Editing Value
Cannot edit Capabilities: Error writing the value's new contents.
Perhaps changing the registry tree's permissions may resolve the error, but I haven't tried this. It also seems like a dangerous operation. – Paul Lammertsma – 2011-01-07T23:22:42.293
Some article on it. http://freeware.skynetblogs.be/archive/2009/04/26/bootit-makes-a-portable-application-drive-from-your-usb.html
– Gandalf – 2011-02-05T15:01:22.310