Microsoft introduced the new exFAT file system with Vista SP1. Extended File Allocation Table (exFAT) is the successor to the old FAT32 file system [1].
As the very first step you may need to add the following URL to your repository base. To add the correct repository to Ubuntu 13.04 and lower:
$sudo apt-add-repository ppa:relan/exfat
To add the correct repository to Ubuntu 13.10:
$sudo add-apt-repository ppa:relan/exfat
To update your package list:
$sudo apt-get update
To search packages pertaining to exfat, following command can be used.
$apt-cache search exfat
Then it will display the following packages.
fuse-exfat - This driver is the first free exFAT file
exfat-utils - A set of utilities for creating, checking, dumping and labelling
To install these packages, following command can be used.
$apt-get install exfat-utils fuse-exfat
During this process, the following extra packages will be installed:
fuse-utils
The following NEW packages will be installed:
exfat-utils fuse-exfat fuse-utils
Easiest way to mount the exfat disk is, once the above installation is over, plug the storage device. It will be auto mounted.
Reference:
[1] http://www.tech-recipes.com/rx/2801/exfat_versus_fat32_versus_ntfs/#sthash.Dqeow04Z.dpuf
How do I install and mount an exFAT partition?
November 01, 2013 / by Kushan Sharma / with No comments /
Related Posts:
Creating Encrypted Private/Separate Partition on Ubuntu 16.04 LTSI wanted to convert an already configured partition to an encrypted partition. As the encryption utility, "cryptsetup" was used. Since mine was a fre… Read More
Huawei e3372 Modem not working with Ubuntu 16.04 LTSI was experiencing an issue with connecting my Mobile Broad band modem. I was using Ubuntu 16.04 LTS and Huawei e3372 Modem. To fix this issue. I foll… Read More
Install Oracle VirtualBox 5.0.18 on Ubuntu 16.04 ("Xenial") Desktop AMD64 I was trying to install Oracle VirtualBox 5.0.18 on my newly installed Ubuntu 16.04 ("Xenial") Desktop AMD64. VirtualBox 5.0.18 for Ubuntu 16.04 Des… Read More
Verify Package Integrity Using RPM RPM is a great utility used to install, upgrade and verify software packages on your Red Hat system. It's the verify feature that we are most interest… Read More
Securing Ubuntu 16.04 LTS: Disable Guest Account Disable Guest Account in Ubuntu 16.04 LTS LightDM configuration files are located in /usr/share/lightdm and /etc/lightdm. Disabling Guest account can… Read More
0 comments:
Post a Comment