Can I do a partition to hard drive wich already has a 3 FFS partitions?
I made a 100mb partion, choosed advance options updated new filesysten l:fat95 DosType = 0x46415401, wich is a problem.
Wich one I should use? I will have 3 FFS partitions first or do I need to make it as second partition.
DosType = 0x46415400 /* floppies only. Or else... */
DosType = 0x46415401 /* first usable partition. Works almost always. */
DosType = 0x46415402 /* second "primary" Partition. Seldomly. */
DosType = 0x46415405 /* first "logical drive". */
DosType = 0x46415406 /* second "logical drive", etc. */