Need Intel NVME datacenter drive information

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Propaganda

Active Member
Dec 6, 2017
154
62
28
43
Hello,
Hopefully someone can help me out. I am looking for the output of the following command on an Intel datacenter nvme (p3600, p4600,ect):

nvme id-ns /dev/nvmeXn1 -H | grep -A 4 "dlfeat"

Where the X would be the id of your drive. Really appreciate it, thank you!
 

UhClem

just another Bozo on the bus
Jun 26, 2012
438
252
63
NH, USA
Intel DC-P5510 (SSDPF2KX038TZ):
Code:
dlfeat  : 25
  [4:4] : 0x1    Guard Field of Deallocated Logical Blocks is set to CRC of The Value Read
  [3:3] : 0x1    Deallocate Bit in the Write Zeroes Command is Supported
  [2:0] : 0x1    Bytes Read From a Deallocated Logical Block and its Metadata are 0x00
(Note: only the 3 fields above are listed for dlfeat)
 
  • Like
Reactions: jpmomo

Propaganda

Active Member
Dec 6, 2017
154
62
28
43
Intel DC-P5510 (SSDPF2KX038TZ):
Code:
dlfeat  : 25
  [4:4] : 0x1    Guard Field of Deallocated Logical Blocks is set to CRC of The Value Read
  [3:3] : 0x1    Deallocate Bit in the Write Zeroes Command is Supported
  [2:0] : 0x1    Bytes Read From a Deallocated Logical Block and its Metadata are 0x00
(Note: only the 3 fields above are listed for dlfeat)
Thanks!