When you connect the Q10 Pro to the PC that way it's basically like connecting an external USB hard drive. Maybe the problem has something to do with how the partitions were created. If you have the free space you could copy the disk contents to the PC, erase all partitions, convert to GPT instead of MBR (if it isn't already) and create a new partition.
Well, it seems you have a point there, cuz I used Gparted to see the partitions, but it gave me the following error:
The device '/dev/sdd1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -v -t 'ntfs' '/dev/sdd1' '/mnt/01CD14C24A426A90'
Failed to read last sector (3907029103): Ivalid Argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdd1': Invalid argument
The device '/dev/sdd1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
The thing is, it'll mean I have to copy about 1.6 TB worth of data to my PC. That in itself is not a problem because I somewhat still have that space on my computer. But I guess it means I'd have to go out and buy a SATA bay for copying it over as I don't have that at the moment.
Cuz I did try on my PC under Disks to give pretty much all the same parameters as my internal HDD has (which mounts perfectly )
The only thing that is different from the HDD in my PC is that where it states: Partioning, it says: GUID-Partition table
And the HDD in my TVbox states there: Master Boot Record.
I don't know if that got anything to do with it.
What I'm also worried about is, I could get a SATA docking station or SATA to USB 3 adapter and connect that to my PC. But won't that probably result in the same error? Since my OS cannot read the last sector (3907029103): Ivalid Argument ??