Methmod to manage nvme multi-namespace in Linux #8
Replies: 1 comment
-
|
By JEDEC spec: Per the definition of SSD in this specification, the SSD may replace or co-exist with hard disk drives(HDD's) in an application. To be consistent with the established IDEMA calculation for HDD capacitySSD capacity shall be defined as user-addressable capacity as calculated using the following formulasnonvolatile memory areas reserved for device use are not included in this calculation): For a logical block size of 512 bytes: For a logical block size of 4096 bytes: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Step 1 Check nvme information, get controller id and namespace id
Step 2 Detach the namespace, "Command success" means success to detach
Step 3 Delete the namespace
Step 4 Create one or more Namespace
Typical Capacity Table
Step 5 Attach the namespace
Beta Was this translation helpful? Give feedback.
All reactions