Why Nostr? What is Njump?
2024-05-23 09:03:25

captjack on Nostr: #nvme #linuxstr #storage tips dmesg | grep nvme will show if any error in loading at ...

#nvme #linuxstr #storage tips
dmesg | grep nvme
will show if any error in loading at kernel
lspci | grep memory
Non-Volatile memory controller: Micron Technology Inc Device 6001 (rev 03)
lsblk
nvme0n1 259:0 0 477G 0 disk
└─nvme0n1p1 259:1 0 477G 0 part

nvm-cli list
will show SN size firmware version

nvm-cli smart-log /dev/nvme0n1
Smart Log for NVME device:nvme0n1 namespace-id:ffffffff
critical_warning : 0
temperature : 43 °C (316 K)
available_spare : 100%
available_spare_threshold : 10%
percentage_used : 0%
endurance group critical warning summary: 0
Data Units Read : 7334 (3.76 GB)
Data Units Written : 0 (0.00 B)
host_read_commands : 15817
host_write_commands : 0
controller_busy_time : 0
power_cycles : 5
power_on_hours : 0
unsafe_shutdowns : 4
media_errors : 0
num_err_log_entries : 0
Warning Temperature Time : 0
Critical Composite Temperature Time : 0
Temperature Sensor 1 : 40 °C (313 K)
+++
fdisk /dev/nvme0n1
make linux native partition(s) choose space as needed
write n exit
sudo mkfs.ext4 -F /dev/nvme0n1p1
mount /dev/nvme0n1p1 /dir2mnt
if win ntfs disk was not shutdown properly then to mounti n linux
sudo ntfsfix /dev/nvme0n1p1

Author Public Key
npub1te0uzs6vj29umjaxlqqct82j8q6ppyefrxq06dhr8d6pvwfatgkqjmjgwp