<p dir="ltr">Before going to lots of trouble with yet another operating system in the mix, please realize that Windows XP doesn't recognize drives with an EFT partition table, which is what modern systems use by default.  Symptoms of an unrecognizable partition table are: the drive hardware is recognized by Windows, but you can't do anything with it. Sound familiar?</p>

<p dir="ltr">The legacy partition table type you need is Master Boot Record.</p>
<p dir="ltr">To format drives with MBR partition tables using OSX, just pick the "Partition" option from Disk Utility before doing "Erase". Setup the partition layout however you'd like, then click the "Options" button and choose "Master Boot Record" as the partition table type before you apply changes.</p>

<p dir="ltr">Then format however you'd like. </p>
<p dir="ltr">*Hint: if you were to make a Linux boot disk on the same stick instead, you'd probably still have to format the drive with MBR partition tables first, especially if the machine you're installing to is a couple years old.</p>

<p dir="ltr">Hope that helps!</p>
<p dir="ltr">- Brink</p>
<p dir="ltr">On Jun 12, 2013 12:36 AM, "Eric W. Rasmussen" <<a href="mailto:ewr@majortek.com">ewr@majortek.com</a>> wrote:<br>
><br>
> That's a great tutorial. Thanks for suggesting Linux as a solution. I'll simply add that Unetbootin is my boot creator of choice. Everyone has their preferences.<br>
><br>
> Sounds like "Someone" needs to upgrade to a better (ahem...linux) operating system.<br>
><br>
> I just performed the final upgrade to my laptop (Asus U52F). I already replaced the RAM w/ 8GB a couple of years ago. I installed a Samsung 120GB SSD and put the original HDD (600GB) into a CD drive caddy. I did the appropriate modifications for TRIM, swapiness, cache and mounting/permissions. LinuxMint14. This thing runs my vm's like they are native. My RAM usage is lower. My CPU usage is lower.<br>

><br>
> The weather is great! Thanks Linux.<br>
><br>
><br>
> On 06/11/2013 10:51 AM, Aaronco Thirtysix wrote:<br>
>>>><br>
>>>> I have a X USB HD formatted OS 10.5 FAT32 that I would like to format as a Windows XP drive.<br>
>><br>
>> Besides what Eric wrote, you could also use a Linux Live distro to<br>
>> partition and format the X USB HD "as a Windows XP drive".<br>
>><br>
>>>> XP will not recognize it, no driver letter appears when I connect it via USB cable.<br>
>>>> It only shows up in Control Panel, Device Manager and there only as a USB, from which I have found no way to format it.<br>
>>>><br>
>>>> I've tried every trick in the book but nothing works.<br>
>><br>
>> Since you are starting off using WindowsXP, there is almost always<br>
>> just _bound_ to be an extra USB port and/or an optical drive (i.e., a<br>
>> CD/DVD drive) on your device for the purposes booting a Linux distro<br>
>> from live media. If it's an extra USB port you've got (and your<br>
>> device's BIOS boot-order recognizes USB), then you'd use a bootable<br>
>> liveUSB; if it's an optical drive you've got instead of a second USB<br>
>> port, then you'd use a liveCD.<br>
>><br>
>> You might wish to do at least these four things:<br>
>> 1) Visit a Linux live distro site such as<br>
>> - SystemRescuCD, <a href="http://www.sysresccd.org/SystemRescueCd_Homepage">http://www.sysresccd.org/SystemRescueCd_Homepage</a><br>
>> - The UltimateBootCD (which has Parted Magic Linux),<br>
>> <a href="http://www.ultimatebootcd.com/">http://www.ultimatebootcd.com/</a><br>
>> - SLAX, <a href="http://www.slax.org/">http://www.slax.org/</a><br>
>> - Puppy Linux (Wary, Slacko, or Precise versions), <a href="http://www.puppylinux.com/">http://www.puppylinux.com/</a><br>
>> - Knoppix, <a href="http://www.knoppix.org/">http://www.knoppix.org/</a><br>
>> - plenty of other live distros just as good...<br>
>><br>
>> .. and then download to your hard drive, the .iso image file of one or<br>
>> more of these.<br>
>><br>
>> 2a) If you are Yes able to boot from a liveUSB through re-ordering<br>
>> your device's BIOS, then download and install to WindowsXP the YUMI<br>
>> Multiboot USB Creator --<br>
>> <a href="http://www.pendrivelinux.com/yumi-multiboot-usb-creator/">http://www.pendrivelinux.com/yumi-multiboot-usb-creator/</a> -- to create<br>
>> a working liveUSB from the .iso image(s) you downloaded from above. Of<br>
>> course, you would need an extra and empty USB drive of sufficient<br>
>> capacity for this multiboot liveUSB to work.<br>
>><br>
>> 2b) If you are UNable to boot from any liveUSB through changing the<br>
>> boot order of your device's BIOS, then you'd need to burn one or more<br>
>> of the .iso image files you downloaded from above onto separate blank<br>
>> CDs using a Writeable CD/DVD drive. If using WindowsXP for this, you<br>
>> might need to additionally install image-writing software such as<br>
>> CDBurnerXP, ImgBurn, DeepBurner, ...etcetera, assuming you don't have<br>
>> something suitable for this already installed.<br>
>><br>
>> 3) You'd boot up your device with your liveUSB (or liveCD is<br>
>> necessary) inserted, and make sure in your BIOS boot-order that the<br>
>> liveUSB or liveCD boots 1st before the WindowsXP HD does. Once a boot<br>
>> menu for the live media comes up, you should take the default<br>
>> selection (take the choice of booting into Parted Magic if using<br>
>> UBCD). If the default menu selection somehow doesn't work, then<br>
>> depending upon the Linux distro, you might have to reboot and then<br>
>> choose another boot menu selection.<br>
>><br>
>> 4) Once booting w/ a working Linux live desktop, the next steps are to<br>
>> insert your X USB HD into a free USB port and then use the Linux<br>
>> distro's utilities to diagnose and maybe repartition and reformat that<br>
>> X USB HD. Might have to use any of these distro's Command Line<br>
>> Interface (CLI) XTerm windows to do these tasks. Typically involved<br>
>> are the Linux CLI commands 'badblocks' (like the Windows XP CHKDSK but<br>
>> more thorough), 'fdisk', 'cfdisk', mkfs', ...etcetera. Eric's<br>
>> suggestion of using NTFS seems okay; also might want to consider using<br>
>> another fdisk/cfdisk FAT32 partition-type such as type 0B or type 0C<br>
>> and then running a complete 'mkdosfs -F 32 -cv<br>
>> /dev/<USB-partition-name-from-fdisk>'<br>
>><br>
>><br>
>>>> The drive is fully functional when connected to a MacBook Pro and can be<br>
>>>> formatted back and forth from MS DOS FAT 32 to OS10.5 which tells me it's working.<br>
>>>><br>
>>>> Any suggestions?<br>
>><br>
>> _Fully_ scanning this drive for any possible media errors as well as<br>
>> properly partitioning+formatting the drive (steps 1-4 above?) are<br>
>> definitely some suggestions here.<br>
>><br>
>> Others ought to definitely step in with more and even better suggestions.<br>
>> -A<br>
>> --<br>
>> _______________________________________________<br>
>> Noisebridge-discuss mailing list<br>
>> <a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
>> <a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
><br>
><br>
> _______________________________________________<br>
> Noisebridge-discuss mailing list<br>
> <a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
> <a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</p>