Converting from NTFS back to FAT 32 in XP.
Is there any way to do this? I tried the administrative tools aproach and it will only format to NTFS. Is there software that would help or just somehting simple that I am not thinking of? I have this 160GB drive that needs to be FAT 32 so I can use it in a TIVO upgrade. ANy suggestions would be greatly appreciated.
0
Comments
(mtgoat, your avatar is up-side down)
(Read the Location: underneath)
Look at this
I kind of figured he might of done it for that reason, but I felt compelled to point it out.
MakeTiVoBootbale -This is a dangerous program! If you're not careful,
you can really break things with this. Basically, it writes a fresh TiVo
block 0 (boot sector) over a hard drive. YOU CANNOT CHANGE THINGS WITH THIS,
ONLY OVERWRITE WHAT'S THERE. Lots of W2K users will need this one. The
syntax is the following:
-d <device> REQUIRED. Device to make bootable
--pk <Partition> Primary Boot Partition
--ak <Partition> Alternate Boot Partition
--bp <Params> Boot Parameters
--host <hostname> Hostname
--ip <Address> IP Address
--mac <Address> MAC Address
If you wanna create a new boot sector that's supposed to boot from a kernel
on partition 3 and a root that's on partition 4, you would use the following
command:
MakeTiVoBootable -d /dev/hdX --pk 3 --ak 6 --bp root=/dev/hda4
if that doesn't work, try this:
MakeTiVoBootable -d /dev/hdX --pk 6 --ak 3 --bp root=/dev/hda7
contrary to the online help, this program will not automatically swap bytes,
so you must enable that yourself.
HINT: You can (and should) backup your existing block 0 with dd before you
use this program. You can also direct output to a file and verify that it
looks good before you dd that to the hard drive (You can even use dd's swab
option).
Here is the link that I am getting this from:
http://www.tivocommunity.com/tivo-vb/showthread.php?s=&threadid=117404
I know SM is the best tech site on the web and I need some instruction. What the hell do I do with this info. I'd like to pretend that I know but seriously, I don't have a clue...