gerbil
Industrious Poster
4,209 posts since May 2005
Reputation Points: 239
Solved Threads: 301
oops, i pulled it cos after i posted i saw that u were talking USB. Well, i spose it holds germs of usefulness, so i'll put it back....
gerbil
Industrious Poster
4,209 posts since May 2005
Reputation Points: 239
Solved Threads: 301
can i clarify something here? what exactly do you wish to put on this USB bootable device? DOS? ie MSDOS, which runs command.com, or cmd.exe, which is what runs in the command window in XP if you type cmd and OK in the run window?
gerbil
Industrious Poster
4,209 posts since May 2005
Reputation Points: 239
Solved Threads: 301
well, yeah, a floppy will be FAT.
Lots of stuff to comment on here.
First off, you can put more than one partition on a disk, and you can mix the formats on it to have both NTFS and FAT32, or have several of either all FAT32 or all NTFS. Or FAT if you wish to have MSDOS.
You are using XP, and i shall asssume that it will continue to be your main opsys. XP will only let you format up to 32GB as FAT32, but it will read on a partition much larger [depends on your BIOS] - you just gotta set up the partition with other software. Generally though, XP can handle the building of them, within limits.
Bootsectors and stuff. When you set up the partition(s) on the disk a boot sector will be written for each volume; one, and one only, of them must be marked as active, unless this is a slave disk. There will be only one boot sector per volume [or drive, if you wish.. eg d:]. The disk's master boot record will be written at the same time. Only one of these per disk.
Now I may be way off beam here, explaining what you don't wish to know, but i'll continue.
Windows expects/demands to be on the first partition on the master [hence usually found in c:, or g: if you name it that...]
Startup. BIOS whirs, searches for the master boot record on the master disk. The MBR's partition table for the whole disk is read [the single, active partition is noted], plus the mbr code, and BIOS hands control to that. The code directs operations to the partition marked as active, specifically to its boot sector. That particular boot sector's code assumes control and searches for certain files in the root of the partition. If your OS is XP then ntldr will be read into RAM and then hunt for boot.ini amongst others. Boot.ini will have choices of opsys to load, including your DOS.
The choices you have made available in boot.ini, and the choice you now make, will direct operations toward the OS you wish to run.
== and that is a very brief version of the chain of events!
>>>So. Is it DOS you wish to put down? Then the DOS partition must be a FAT [FAT16] one of max size 2GB. Make your other partitions of sizes you wish, format them with a file system as you wish. Remember, a max of four primary partitions - that is all an MBR can handle.. XP's computer/disk management console will arrange all this. But then you run into a problem... because XP is already on your sys your active boot sector code will be XP and there will not be a DOS copy... so you will need a Boot Manager. [the XP boot sector code will load ntldr which will read boot.ini and display an OS menu - if you choose DOS then ntldr won't work; it is dropped and a DOS boot sector code file is read. But for your way, that file won't exist, so booting will stop right there. You need a Boot Manager.
------------------------------------------
Got you. A USB thumb drive it is then, not a 75GB drive. This, then, is where we part, cos I read up on bootable thumb drives a year ago, and there just seemed to be too many uncertainties and incompatibilities. So i stick with my bootable CD and regular system state backups. Have not needed them yet, but you can't make em just when you need em.
But DOS is FAT16, with 2GB max volume size; you should be able to format the pen drive with FAT16, but i think that could also depend on its controller programming... dunno, try it with a 2GB partition. And good luck.
gerbil
Industrious Poster
4,209 posts since May 2005
Reputation Points: 239
Solved Threads: 301
i changed my earlier post, then saw you were now talking thumbdrives... but decided still to put up my mod post to make the thread sensible.... :)
gerbil
Industrious Poster
4,209 posts since May 2005
Reputation Points: 239
Solved Threads: 301