I bought a 1 TB hard disk from my friend to back up my files but when I tried to copy 150 GB of data to the hard disk, during the last 5MB my laptop shut down due to power loss. After power came back it boots normally but doesn't allow me to access the hard disk, I can't open it in Windows or Ubuntu. I tried Kaspersky virus removal tool to the clear virus and also the following:
$ sudo -i
# apt-get update
# apt-get install --reinstall exfat-fuse exfat-utils
# mkdir /media/user/exfat
# chmod -Rf 777 /media/user/exfat
# fdisk -l
%%Assuming the external drive partition is /dev/sdc1
# mount -t exfat /dev/sdc1 /media/user/exfat
Which is the command to change an un-accessible drive to accessible but in my case it shows:
FUSE exfat 1.0.1
ERROR: failed to open `/dev/sdc1'.
How can I access it?
Aucun commentaire:
Enregistrer un commentaire