Dangit, the #FreeBSD installer foiling me again. Trying to install onto a zfs root mirror, choosing "Force 4k Sectors" (the default) says "gpart: Invalid alignment param: Invalid argument". Turning _off_ forced 4k sectors says "newfs_msdos: Invalid bytes/sector (520): must be 512, 1024, 2048, or 4096".
Timeline
Post
Remote status
Context
4@AFresh1 are you using disks with 520-byte sectors? you may want to reformat them as 512-byte, since it has no benefit with zfs
@lw maybe. I mean, this is the installer creating the partitions, I wonder how I change that.
@AFresh1 i don't know how to do it on freebsd off hand, maybe something with camcontrol. linux apparently has a utility called sg_format which can do it...
@lw Looks like `camcontrol` We'll see how it works.