Ubuntu 14.04をインストールしたばかりで、exFAT
HDDをマウントできません。
次のエラーが表示されます。
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).
'
apt-get をインストールexfat-utils
してexfat-fuse
使用しましたが、運はありません。私もリポジトリを試しましたppa:relan/exfat
が、私は得ました:
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.
誰かヒントを教えてもらえますか?バックアップしたデータはすべてそのHDDにあります。
編集:
出力$ 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
Linux Mintで試してみたところ、同じ問題がありました。また、Macにマウントしてみましたが、データが破損しないように完全に機能しました。
EDIT2:
HDDに問題があり、アンマウントせずにUSBポートから取り外したため、チェックサムエラーが発生したようです。私がやったのは、Macにプラグを差し込むと、fsck_exfat
ディスクチェックが自動的に行われ、問題が修正され、Ubuntuでもロードできるようになりました。Ubuntuでも同様のことが達成できると思いますが、どのツールを使用すればよいのかわかりません。
apt-cache policy fuse-exfat