How to enable exFAT(mac Os) in Ubuntu

Installing the below packages only will auto-mounts your exFAT formatted drives ,
sudo apt-get install exfat-fuse exfat-utils
Or try to mount it manually after installing the above packages,
sudo mkdir /media/exfat
sudo mount -t exfat /dev/sdxx /media/exfat
/dev/sdxx - your exfat partition.
In Ubuntu 14.04, exfat-fuse and exfat-utils packages are available in Universe repository. So enable this repository inorder to install these two packages on Ubuntu 14.04.
sudo add-apt-repository universe
And don't forget to update all repositories,
sudo apt-get update

Comentários

Postagens mais visitadas