If you have a hard-drive that your attempting to mount in Linux which is formatted as NTFS and you receive the following error message
NTFS signature is missing.
Failed to mount ‘/dev/sde’: Invalid argument
The device ‘/dev/sde’
doesn’t seem to have a valid NTFS.
with ntfs-3g installed then perhaps this post may help. I attempted to use several applications which try to recover missing or damaged partitions for windows but nothing I tried was of any use or they did not work properly. Some of these programs only allow you to recover 1gb and then ask you to purchase a licence to do the rest. Forget that, connect your hard drive under Linux and use the following program testdisk. Download testdisk from synaptic package manager or sudo apt-get install testdisk from a terminal. The steps are rather straight forward. It does a good job of guessing what is missing but sometimes you need to point it in the right direction. Once it finds what is missing it will ask you to reboot. I was done in a matter of minutes whereas other applications was scanning the disk for hours. after the reboot all my files were there and the drive mounted automatically I backed up all my data 1tb in size. Simple solutions are the best ones. I hope this has helped or pointed you in the right direction for success.














