如何讓 ExFAT 在 12.04 上運行

如何讓 ExFAT 在 12.04 上運行

我已經閱讀了一些與 ExFAT 相關的問題,對於 12.04,他們建議:

sudo apt-add-repository ppa:relan/exfat
sudo apt-get update
sudo apt-get install fuse-exfat exfat-utils

然而,我在第一步就遇到了問題:

sudo apt-add-repository ppa:relan/exfat
You are about to add the following PPA to your system:
 tag:launchpad.net:2008:redacted
 More info: https://launchpad.net/~relan/+archive/ubuntu/exfat
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpwpgBPE/secring.gpg' created
gpg: keyring `/tmp/tmpwpgBPE/pubring.gpg' created
gpg: "tag:launchpad.net:2008:redacted" not a key ID: skipping
recv failed

我認為 add-apt-repository 和 apt-add-repository 是等效的,當然它們會導致相同的錯誤訊息。

當我這樣做時:

sudo apt-get update
... SNIP ...
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4DF9B28CA252A784

儘管:

apt-cache search exfat
fuse-exfat - This driver is the first free exFAT file
exfat-utils - A set of utilities for creating, checking, dumping and labelling

然而:

sudo apt-get install fuse-exfat
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  fuse-exfat
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 26.2 kB of archives.
After this operation, 98.3 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  fuse-exfat
Install these packages without verification [y/N]? 

我寧願在沒有驗證的情況下不安裝:) 那麼我該如何解決這個問題?

提前謝謝了!

-- 更新 -- ppa 作者回覆了我寄給他的電子郵件:

你好,

我已經放棄了 PPA,因為多虧了 Debian,這些軟體包現在可以在 Universe 儲存庫中使用。

您應該啟用向後移植: https://help.ubuntu.com/community/UbuntuBackports

然後安裝 exfat-fuse 套件: http://packages.ubuntu.com/precise-backports/exfat-fuse

答案1

-- 更新 -- ppa 作者回覆了我寄給他的電子郵件:

你好,

我已經放棄了 PPA,因為多虧了 Debian,這些軟體包現在可以在 Universe 儲存庫中使用。

您應該啟用向後移植:https://help.ubuntu.com/community/UbuntuBackports

然後安裝 exfat-fuse 套件:http://packages.ubuntu.com/precise-backports/exfat-fuse

相關內容