[SOLVED] WinXP Won't Read USB Flash Drive
I used GParted to format and partition my USB Flash Drive:
sdb1: ext2, on which i successfully installed Puppy 4.2.1 and,
sdb2: FAT32, which i only used so far to store the `pup_save-username.2fs' file.
(That file's normally supposed to be stored on the HDD of the PC you use Puppy with. Meant for Live CDs actually i think.)
sdb1 has the flag `boot' on it, the other none.
Puppy mounts them on /initrd/mnt/dev_ro2 and /initrd/mnt/dev_save, respectively.
I guess that's because it boots from the former and takes the save file from the latter.
The Linux on my PC (an avarage desktop distro) also mounts them succesfully on /media/sdb{1,2}.
When i plug the drive on Windows XP though, there appears ONE drive named `Removable Disc', and when i try to open it, it says that the disk is not formatted and asks me if i'd like to format it now.
If it won't even see the ext2 partition, fine. But the FAT32 one is especially meant to store any kind of normal data to be used on any OS.
So, what did i do wrong?