Howto samsung ssd: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= speed test = | |||
identify drive letter: | identify drive letter: | ||
fdisk -l|grep Samsung -B 1 | fdisk -l|grep Samsung -B 1 |
Revision as of 15:12, 6 May 2023
speed test
identify drive letter:
fdisk -l|grep Samsung -B 1
test hard drive speeds:
hdparm -Tt /dev/nvme1n1
update firmware
navigate to https://bit.ly/3nB8vXb in firmware find your drive model and download the iso:
wget https://download.semiconductor.samsung.com/resources/software-resources/Samsung_SSD_990_PRO_1B2QJXD7.iso
mount the iso:
mkdir /mnt/iso mount -o loop Samsung_SSD_990_PRO_1B2QJXD7.iso /mnt/iso
decompress initrd on temp directory:
mkdir /tmp/samsung cd /tmp/samsung gzip -dc /mnt/iso/initrd | cpio -idv --no-absolute-filenames
enter the following directory and execute fumagician:
cd /tmp/samsung/root/fumagician ./fumagician