Hello,
i have in my PC two disks one SDD (with two partitons one for linux Debian 10 Buster and the second for windows 10 OS ) and the second disk is HDD drive (with NTFS as file system) with my personal DATA,
the problem that i have is when i try to mount it i got this error :
NTFS signature is missing.
Failed to mount '/dev/sda': Invalid argument
The device '/dev/sda' 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?
Any ideas ?
For information, i can access my HDD well when i login on windows 10 os, also i tried to check the disk with chkdsk on windows and t had no errors,
i'm wondering if it's related to the allocation unit size wich is higher than 512bytes (by default on windows OS but on linux i dont know if it isn't supported!!).