Windows – External HDD not assigned drive letter on Windows

external hard drivefilesystemshard drivewindows 10

I have an external 5TB drive (Seagate Expansion Desk). It has 2 partitions (FAT32 & NTFS) with valuable files. I may have unplugged it before without doing it "safely" on Windows 10. It is now not recognised as a hard drive by Windows Explorer or diskpart.exe although seen in disk management, device manager and "devices and printers".
The option to "Change Drive letter and paths" is disabled in Disk Management, quick tests with SeatTools for Windows reveal no issues. Running out of ideas, please help.
So far I have tried:

  1. updating drivers
  2. uninstalling drive
  3. running quick tests with SeaTools for Windows

Some screenshots:
Disk Management

enter image description here

enter image description here

enter image description here

Best Answer

Disk 1, the external HDD, has no recognized file system shown in Windows Disk Management.

sudo apt-get install hfsprogs

sudo mount -t hfsplus -o force,rw /dev/sdXY /media/mntpoint

Though this gives write access, do not write to the HDD if it has valued data.

Related Question