On Sat, Nov 6, 2010 at 8:18 AM, OpenBSD Geek <[email protected]> wrote: > Now, i suppose i need a slice to format it.
No, You aren't. Slices are not supported on FAT. > I created a slice a but FSTYPE is 4.2BSD. That's what should have happened, as slices are not supported on FAT. When You have created a FAT partition with fdisk, the partition is available (generally as /dev/rwd1i, You can check it with disklabel wd1). You should just use newfs_msdos(8) to create a FAT filesystem. -- Dmitrij D. Czarkoff

