I have an SSD, which I'd unplugged from my computer due to misunderstanding something. Before I unplugged it, I could happily mount the thing and browse it with Fedora Dolphin
However, on plugging it back in, Files cannot see the thing. Checking KDE Partition Manager, it reports that
sudo smartctl /dev/sdb tells me that it has successfully opened the device
Logical and physical sector sizes are 512 bytes
fdisk gives the partition table as
If the SSD did not have some data that I'd prefer not to lose, I'd reformat it and call it a day. However, I'd rather not lose this data
How can I recover it please? Internet searches are not returning anything relevant for "Partition...is not properly aligned"
However, on plugging it back in, Files cannot see the thing. Checking KDE Partition Manager, it reports that
Partition /dev/sdb1 is not properly aligned (first sector: [two-digit number], modulo: [the same two-digit number])
sudo smartctl /dev/sdb tells me that it has successfully opened the device
Logical and physical sector sizes are 512 bytes
fdisk gives the partition table as
| Device | Start | End | Sectors | Size | Type |
| /dev/sdb1 | [that same two digit number from above] | 32767 | 32768 - (the same two-digit number) | 16M | Microsoft reserved |
| /dev/sdb2 | 32768 | [very big number] | [another very big number] | [untold billions or trillions of bytes] | Microsoft basic data |
If the SSD did not have some data that I'd prefer not to lose, I'd reformat it and call it a day. However, I'd rather not lose this data
How can I recover it please? Internet searches are not returning anything relevant for "Partition...is not properly aligned"

