I have searched around here and with Google, and none of the instructions I have found work with Oneric.
How do install exFAT and mount an exFAT partition in the latest release of Kubuntu?
I have searched around here and with Google, and none of the instructions I have found work with Oneric.
How do install exFAT and mount an exFAT partition in the latest release of Kubuntu?
You will need the packages exfat-fuse
and exfat-utils
to allow you to read and write on exFAT drives:
sudo apt-get install exfat-fuse exfat-utils
Afterwards you just need to plug in the HDD and you're good to go.
You will need the exfat-fuse
and exfat-utils
packages. Install them with:
sudo apt-get install exfat-fuse exfat-utils
Your exFAT formatted drives should now (auto) mount fine.
sudo apt-get install exfat-fuse
it will download both the packages.
– Sumit Murari
Jul 19 '15 at 04:53
relan/exfat
repository and updating, I had to only installfuse-exfat
(this will automatically selectfuse-utils
as dependency). If you installexfat-utils
it automatically installsexfat-fuse
, which then prevents the installation offuse-exfat
(due to potential overwrite conflict). – ADTC Aug 29 '16 at 03:28fuse-exfat
without adding the repository, it was not found. Therefore "For 12.10, you can install these packages by using third command without any other process" was not true for me. – ADTC Aug 29 '16 at 03:32