I have a USB external hard drive for back up. It was formatted by a Linux
server and now when I plug it into my USB on my Windows XP PC, it wont see
the drive. It recoginzes there is a HD there, but it doesnt show up at all
as external storage in the drive list.
How do I go about formatting the external drive via USB?
thanks for any tip!
Same way you do so with a regular internal hard drive, but the
difficult part isn't that this drive is USB. As I mentioned, you just
treat it the same way as an internal drive. It's that it's formatted
by Linux -- likely using the Ext2 or Ext3 filesystems. Windows can't
figure out what to even do with those. First thing you'll need to do
is destroy and re-create the partitions, because simple formatting
typically doesn't work. I'm guessing that's why you're asking.
The Windows FDisk utility is useless, as it can't figure out what to
do with Ext2/Ext3 partitions. Either download the FreeDOS version of
fdisk:
http://www.23cc.com/free-fdisk/
(be aware that it only supports drives up to 128megs)
Partition magic is another utility that recognizes and can remove Ext2
and Ext3 partitions -- It costs about $50-$100 retail though.
Another option is to use the FDisk partition utility from a Linux
Distro. Not sure if it's possible to run that program separately, as
I've only run it as a part of the installation, but it recognizes and
can destroy Ext2 and Ext3 partitions.
Once you've rebooted, you can create the NTFS partitions with your
choice of program and format. Don't blame Linux on this one. It's
Microsoft's fault for not updating FDisk (or the Windows OS for that
matter) to recognize "foreign" file systems.