Replies: 2 comments 3 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
-
One last question prior to running the script - I have read about getting "NAS-worthy" NVME storage vs. buying something like the Samsung, which might be described as merely consumer since the former is more durable for this type of application. Can you share your take on this? |
Beta Was this translation helpful? Give feedback.
1 reply
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