You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And how to tell bsdinstall to do "the right thing"?
NOTE: ashift=12 means that the pool is configured to use a 4K (4096-byte) sector size. In ZFS terminology, this is sometimes referred to as "ashift 12" or "4K alignment."
For NVMe disks, we should use native 4K (4096-byte) sectors ("Advanced 4Kn Format") if possible; this gives a ~10% performance enhancement.
It seems that by default NVMe SSDs in FreeBSD are running in 512-byte sectors, which is not ideal:
This is for a Transcend PCIe SSD 220S, which "aims at high-end applications, such as digital audio/video production, gaming, and enterprise use".
How can we know whether a SSD supports native 4K sectors?
The data sheet doesn't specify sector size.
smartctl
output ("SMART" in Hardware Probe) shows:Does this mean that this SSD will not support 4Kn?
In case it did supoprt 4Kn, would we have to
?
And how to tell bsdinstall to do "the right thing"?
NOTE:
ashift=12
means that the pool is configured to use a 4K (4096-byte) sector size. In ZFS terminology, this is sometimes referred to as "ashift 12" or "4K alignment."Why is all of this not happening automatically?
More information:
The text was updated successfully, but these errors were encountered: