Howto samsung ssd

From Vidalinux Wiki
Revision as of 15:11, 6 May 2023 by 10.233.102.150 (talk)
Jump to navigation Jump to search

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