This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
public:it:hardware:nvme [2023/02/20 22:55] – phil | public:it:hardware:nvme [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== NVME ====== | ||
- | |||
- | ===== 4x PCIE Adapters ===== | ||
- | ==== IO Crest IO-PEX40152 ==== | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | === Fan Noise === | ||
- | * 2021-01-20: removed fan | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ==== Highpoint SSD7101A-1 ==== | ||
- | |||
- | * [[https:// | ||
- | |||
- | |||
- | ====== NVME ====== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | |||
- | ====== SMARTCTL ====== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | |||
- | ====== Get Temperature ====== | ||
- | |||
- | nvme-cli provide temperatures in Kelvin. | ||
- | |||
- | So we convert it by subtracting 273. | ||
- | < | ||
- | echo $(( $(nvme smart-log /dev/nvme0 -o json | jq .temperature) - 273 )) | ||
- | </ | ||
- | |||
- | |||
- | ====== Update NVME Firmware ====== | ||
- | |||
- | * [[https:// | ||