Skip to content

Commit a372fce

Browse files
committed
Add smartctl command
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 493e9f9 commit a372fce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

framework_lib/src/ssd_expansion_card.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
/// | Micron N28 | UHFM10.x |
66
/// | Micron N48 | UHFM30.x |
77
/// | Kioxia BiSC6 | UHFM90.x |
8+
///
9+
/// On Linux: sudo smartctl -ji /dev/sda | jq -r .firmware_version
10+
/// Need to install smartmontools

0 commit comments

Comments
 (0)