Ho appena installato Ubuntu 14.04 e non posso montare il mio exFAT
HDD.
Ho ricevuto il seguente errore:
Unable to access “SeagateHDD”
Error mounting /dev/sdb1 at /media/me/SeagateHDD: Command-line 'mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdb1" "/media/me/SeagateHDD"' exited with non-zero exit status 1:
stdout: 'FUSE exfat 1.0.1
'
stderr: 'ERROR: 'Operating Systems' has invalid checksum (0x281c != 0x2450).
'
Ho installato exfat-utils
e exfat-fuse
usando apt-get ma senza fortuna.
Ho anche provato il repository ppa:relan/exfat
ma ho ottenuto:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
fuse-exfat : Depends: fuse-utils (>= 2.7) but it is not installable
E: Unable to correct problems, you have held broken packages.
Qualcuno può darmi un suggerimento? Tutti i miei dati di backup sono su quell'HDD.
Modifica
L'output di $ sudo apt-cache policy exfat-fuse
è:
exfat-fuse:
Installed: (none)
Candidate: 1.0.1-1
Version table:
1.0.1-1 0
500 http://ppa.launchpad.net/relan/exfat/ubuntu/ trusty/main amd64 Packages
Ho provato su una Linux Mint e ho avuto lo stesso problema. Ho anche provato a montarlo su un Mac e ha funzionato perfettamente in modo che i dati non siano corrotti.
EDIT2:
Sembra che si sia verificato un problema con il mio HDD che apparentemente ho scollegato dalla porta USB senza smontare e ha avuto un errore di checksum. Quello che ho fatto è stato collegato al mio Mac e ha fatto automaticamente un controllo del fsck_exfat
del disco che ha risolto il problema e ho potuto caricarlo anche su Ubuntu. Penso che una cosa simile possa essere raggiunta anche su Ubuntu, ma non so quali strumenti usare per farlo.