I've got an USB-Stick with multiple Partitions on it (FAT32 (active), FAT32, Ext2 <-- that's another story) and it seems like that my Windows XP can only mount the first partition of the stick. If I try to mount the second one using the volume manager it tells me that I need to make it active and reboot...is it really that limited or am I just missing something here?

Partitions:

  • FAT32, System Rescue CD, bootable and active
  • FAT32, some tools
  • ext2, some data (I know that I need extra drivers etc., but that's not asked here.

Edit (Solution):
Thanks to the answer with the RMB (ReMoveable Bit) I was able to dig up a solution described at this site (Section: On flash drive only the first partition works). Basically, there's an Hitachi Driver available which filters the RMB on Driver-Level, which just needs to be a little modified to function with basically every USB-Stick. All you need to do is adding the "Device Instance ID" to the driver and then use this driver.

link|improve this question

feedback

4 Answers

up vote 7 down vote accepted

Windows XP doesn't support multiple partitions on removable drives.

However, if you really need this, you can try and flip the removable bit of a USB flash drive. This will tell Windows your removable drive is a fixed disk, thus enabling it to see and make use of multiple partitions.

  • Go to Lexar USB Flip tool.
  • Read the warning carefully.
  • Try it if the risk of losing all your pen drive data is not a problem.

Other manufacturers may provide a similar tool which is guaranteed to work on your usb stick. You may wish to check for this.

link|improve this answer
That was the kick into the right direction, I've found another solution which I'll post as edit. Thank you. :D – Bobby Oct 27 '09 at 15:25
How will the flipping of the removable-bit influence other OS, do you know that? – user unknown Feb 6 at 20:07
feedback

Partition USB Flash Drives

USB flash drives cannot be partitioned in the Windows operating if the drive is identified as removable media. The only way to partition the USB flash drive is to flip the removable bit so that it is recognized as fixed media instead which can be partitioned like any normal hard drive.

A tool that can flip the bit and should work with most usb flash drives is Lexar’s USB format tool. It is a portable tool that has been designed for Lexar USB drives but it works with other brands as well. The main interface can not only be used to flip the removable bit but also to format the usb drive, set a volume label and a partition to be bootable. You only need to press the flip removable bit button if you want to prepare the flash drive for use with multiple partitions. The drive has to be removed and connected again to the computer system afterwards.

alt text

It should be noted that Lexar USB Format will not partition the usb flash drive which has to be done with other tools. For that you can use the build in tools in the operating system. A more universal software is the gParted Live CD which can be booted from any computer system.

Another option to create multiple USB stick partitions has been discussed before at Ghacks. The process involves editing the Windows Registry and has the disadvantage that the add-on partitions are only visible on that computer system.

Source

link|improve this answer
How will the flipping of the removable bit influence other OS, do you know that? – user unknown Feb 6 at 20:08
feedback

Yes it is a limitation of removable drives in windows that they can only have 1 partition. You may be able to set it as a fixed drive if you have a compatible tool (from the manufacturer of your usb stick).

link|improve this answer
How will the flipping of the removable-bit influence other OS, do you know that? – user unknown Feb 6 at 20:08
feedback

For anyone who can't see their removable drive in the list for some reason, try running the program as administrator and all your drives should show up.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.