r...@sdf.org (RVP) writes:

>@@ -255,7 +255,7 @@
>       echo ${bar} Populating ffs filesystem ${bar}
>       ${MAKEFS} -rx ${endian} -N ${release}/etc -t ffs \
>           -O ${ffsoffset} \
>-          -o d=4096,f=8192,b=65536 -b $((${extra}))m \
>+          -o d=8192,f=2048,b=16384 -b $((${extra}))m \
>           -F "$tmp/selected_sets" ${image} "${release}" "${mnt}"


Sounds like the disklabel is incorrect then. FFS requires that
the fragment size (not so much the blocksize) is correct, but the
scripts seem to be inconsistent.

N.B. unset fsize (== 0) defaults to fsize = BLKDEV_IOSIZE (== 2048).

Reply via email to