I have (a pair of) INTEL SSDPEL1K100GA Intel® Optane™ SSD DC P4801X Series (100GB, M.2 110MM PCIe x4, 3D XPoint™), pretty cool little devices and tragic that Intel dropped the Optane project. My system is running FreeBSD 14.1-RELEASE-p3 GENERIC amd64 on HP/Intel. The cards are installed in a furcating RIITOP M.2 NVMe SSD to PCI-e 3.1 x8/x16 Card.
returns a sector size of 512 and
reports that the
I'm pretty sure I want Format #04, who wouldn't want the extra 10% of
which works for 60.79 seconds and returns
Any hints or should I learn acceptance of
Is it worth trying sysutils/nvme-cli?
diskinfo -v /dev/nvme0ns1
returns a sector size of 512 and
nvmecontrol identify -n 1 nvme0
reports that the
Current LBA Format: LBA Format #00
and the device supports 7 (seven!) LBA formats:
Code:
LBA Format #00: Data Size: 512 Metadata Size: 0 Performance: Good
LBA Format #01: Data Size: 512 Metadata Size: 8 Performance: Good
LBA Format #02: Data Size: 512 Metadata Size: 16 Performance: Good
LBA Format #03: Data Size: 4096 Metadata Size: 0 Performance: Best
LBA Format #04: Data Size: 4096 Metadata Size: 8 Performance: Best
LBA Format #05: Data Size: 4096 Metadata Size: 64 Performance: Best
LBA Format #06: Data Size: 4096 Metadata Size: 128 Performance: Best
I'm pretty sure I want Format #04, who wouldn't want the extra 10% of
Performance: Best
, so I tried nvmecontrol format -f 3 nvme0ns1
which works for 60.79 seconds and returns
nvmecontrol: format request returned error
. I get the same results with -f 03
and with nvme0
. Weirdly, the other LBA Format options (including -f 0
, which should be current) return an error instantly. Every time I try -f 3
it thinks for 60 seconds, but no love. Any hints or should I learn acceptance of
Performance: Good
?Is it worth trying sysutils/nvme-cli?