Per-Olov Sjvholm wrote: ... > Hi Nick > > Yes I think the label was set before I created the FAT partition... > > > Setting the offset etc is an easy thing.. But how should I set "fsize", > "bsize" and "cpg" on the windows partition when adding it using "disklabel > -e sd1". And last... How should I set the "fstype" (it is a "0C" FAT32L > partition). MSDOS, FAT32L, FAT or what? > > (can this info be found in any manpage or FAQ that I have missed?)
Possibly... http://www.openbsd.org/faq/faq14.html#foreignfs has a pretty decent example. Those fields are left blank, as they are FFS specific things, they don't apply to FAT, NTFS, etc. However, there's another way: Use "disklabel -E sd1" instead, it won't ask you some of that stuff. :) Nick.