[Bug 195174] bsdinstall(8) does not align partitions at 4k (or more)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 6 00:19:52 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195174

--- Comment #3 from Allan Jude <allanjude at FreeBSD.org> ---
(In reply to Devin Teske from comment #2)

The change to vfs.zfs.min_auto_ashift=12 only affects ZFS (it is the
replacement for gnop), it does not change the actual partition alignment
(controlled with the -a flag when using gpart add)

the zfsboot code will need to be modified to use -a 4k or -a 1m when creating
the non-boot partitions. I am not sure what the correct way to handle this is
for MBR though.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list