I have been using for 2 or 3 years this 1tb ssd with 2 partitions 1 as ntfs one as ext4. Everything worked well. No password on the disk and no encryption (no bitlocker or luck encryption).
After moving to a new laptop, I decided to format the ssd and move it on to the new laptop, simple operation as it worked with the other nvme disk.
But the ssd wouldn’t be accessible anymore. On windows 10, attached with a cable and also as an internal drive, the behavior is the same, I can see the drive but can not format it (quick format or secure).
On linux, I have tried a few command but at first, using the “disk” utility, it shows as
model:SABRENT SABRENT (0204) aka SAMSUNG SSD 850 EVO
SN:DB9876543214E
using gdisk -l /dev/sdd
I get
GPT fdisk (gdisk) version 1.0.9
Warning! Read error 5; strange behavior now likely!
Warning! Read error 5; strange behavior now likely!
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not presentCreating new GPT entries in memory.
Disk /dev/sdd: 1953525168 sectors, 931.5 GiB
Model:
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 92B6686F-85E4-44A7-9F27-65EA07F804B0
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 1953525101 sectors (931.5 GiB)Number Start (sector) End (sector) Size Code Name
and below is the confusing part
using smartctl -a /dev/sdd
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.11.5+bpo-amd64] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org=== START OF INFORMATION SECTION ===
Device Model: SanDisk SDSSDH3 1T00
Serial Number: 20452D804736
LU WWN Device Id: 5 001b44 8bbfc5919
Firmware Version: 415000RL
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Form Factor: 2.5 inches
TRIM Command: Available, deterministic, zeroed
Device is: Not in smartctl database 7.3/5319
ATA Version is: ACS-4 T13/BSR INCITS 529 revision 5
SATA Version is: SATA 3.3, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sat Dec 21 21:50:31 2024 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled=== START OF READ SMART DATA SECTION ===
SMART Status not supported: Incomplete response, ATA output registers missing
SMART overall-health self-assessment test result: PASSED
Warning: This result is based on an Attribute check.General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 0) seconds.
Offline data collection
capabilities: (0x11) SMART execute Offline immediate.
No Auto Offline data collection support.
Suspend Offline collection upon new
command.
No Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
No Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 10) minutes.SMART Attributes Data Structure revision number: 4
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
5 Reallocated_Sector_Ct 0x0032 100 100 — Old_age Always - 0
9 Power_On_Hours 0x0032 100 100 — Old_age Always - 13200
12 Power_Cycle_Count 0x0032 100 100 — Old_age Always - 3918
165 Unknown_Attribute 0x0032 100 100 — Old_age Always - 42074585
166 Unknown_Attribute 0x0032 100 100 — Old_age Always - 3
167 Unknown_Attribute 0x0032 100 100 — Old_age Always - 37
168 Unknown_Attribute 0x0032 100 100 — Old_age Always - 14
169 Unknown_Attribute 0x0032 100 100 — Old_age Always - 287
170 Unknown_Attribute 0x0032 100 100 — Old_age Always - 0
171 Unknown_Attribute 0x0032 100 100 — Old_age Always - 0
172 Unknown_Attribute 0x0032 100 100 — Old_age Always - 0
173 Unknown_Attribute 0x0032 100 100 — Old_age Always - 6
174 Unknown_Attribute 0x0032 100 100 — Old_age Always - 40
184 End-to-End_Error 0x0032 100 100 — Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 — Old_age Always - 0
188 Command_Timeout 0x0032 100 100 — Old_age Always - 2
194 Temperature_Celsius 0x0022 066 055 — Old_age Always - 34 (Min/Max 11/55)
199 UDMA_CRC_Error_Count 0x0032 100 100 — Old_age Always - 0
230 Unknown_SSD_Attribute 0x0032 001 001 — Old_age Always - 403730858078
232 Available_Reservd_Space 0x0033 100 100 004 Pre-fail Always - 100
233 Media_Wearout_Indicator 0x0032 100 100 — Old_age Always - 6666
234 Unknown_Attribute 0x0032 100 100 — Old_age Always - 7039
241 Total_LBAs_Written 0x0030 253 253 — Old_age Offline - 6296
242 Total_LBAs_Read 0x0030 253 253 — Old_age Offline - 13986
244 Unknown_Attribute 0x0032 000 100 — Old_age Always - 0SMART Error Log Version: 1
No Errors LoggedSMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]Selective Self-tests/Logging not supported
As you can see just above, the command returns the true device model and sn
Device Model: SanDisk SDSSDH3 1T00
Serial Number: 20452D804736
Any idea?
Possible to use this drive again?