Skip to content

Commit d773654

Browse files
authored
Add an example for attach-ns
Add an example to man page of attach-ns command showing syntax and information to use hexadecimal value for Namespace identifier and controller identifier.
1 parent 5221db5 commit d773654

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/nvme-attach-ns.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ OPTIONS
3030

3131
EXAMPLES
3232
--------
33-
No examples yet.
33+
Attach namspace to the controller:
34+
35+
# nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21
36+
37+
Note: Namespace identifier and controller identifier(s) should be in hexadecimal.
38+
3439

3540
NVME
3641
----

0 commit comments

Comments
 (0)