Skip to content

Commit

Permalink
list nvme devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Feb 12, 2020
1 parent 12875ce commit b19b909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/task_sysinfo
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ for disk in $disklist; do
LC_ALL=C file -s /dev/$disk?* | grep -v ": empty"
done

if command -v nvme >&/dev/null; then
nvme list
fi

fdisk -lu

dmsetup ls
Expand Down

0 comments on commit b19b909

Please sign in to comment.