other versions
    
    - Tumbleweed 1.15-2.1
 - Leap-16.0
 - Leap-15.6
 
| libnvme(9) | API Manual | libnvme(9) | 
NAME¶
enum nvme_id_ns_attr - Specifies attributes of the namespace.
SYNOPSIS¶
enum nvme_id_ns_attr {
  
   NVME_NS_NSATTR_WRITE_PROTECTED
};
Constants¶
- NVME_NS_NSATTR_WRITE_PROTECTED
 - If set, then the namespace is currently write protected and all write access to the namespace shall fail.
 
| enum nvme_id_ns_attr | July 2025 |