My Flash drive is corrupted and I am trying to recover it using this answer in ask ubuntu whose link is this https://askubuntu.com/a/37775/658451. I have tried
lsblk
sudo blkid
sudo fdisk -l
and here is the result snapshot
my targeted drive is sdb of size 14.5 GB
But when I try to mount a mountpoint I got an error which is
mount: /media/moeed/usb: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
I have also tried
pmount /dev/sdb
I got this error on it
NTFS signature is missing. Failed to mount '/dev/sdb': Invalid argument The device '/dev/sdb' 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? NTFS signature is missing. Failed to mount '/dev/sdb': Invalid argument The device '/dev/sdb' 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?
Kindly Help me recover the drive. If you need any other information please tell me. Thanks :)