Replies: 1 comment 2 replies
-
To get the vendor id of NVMe drive 1 sudo nvme id-ctrl /dev/nvme0n1 | grep -E ^vid | awk '{print $NF}' To get the vendor id of NVMe drive 2 sudo nvme id-ctrl /dev/nvme1n1 | grep -E ^vid | awk '{print $NF}' To find out what the vendor that vendor id matches see: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings.
How can one find the value to update the syno_hdd_vendor_ids.txt file with the manufacturer of your NVME ?
Thx,
PV
Beta Was this translation helpful? Give feedback.
All reactions