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:
Whether to enable "System Cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing"Use of "System Cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing"is the standard recommendation in order to align with … Read More
Configure Network Level Authentication for Remote Desktop Services ConnectionsNetwork Level Authentication completes user authentication before you establish a remote desktop connection and the logon screen appears. This is a … Read More
Disable HTTP TRACE / TRACK MethodsThis is the most frequent vulnerability which scanners will complain about TRACE method being enabled on the web server tested. When the debuging func… Read More
Disable/Remove HP System Management HomepageWhen the installed version of the HP System Management Homepage (SMH) is earlier than 7.0, such systems are reportedly affected by multiple critical s… Read More
Set of usefull filters with wiresharkI believe all the listed filters in the below will be usefull for everyone, as it did for me. These are mainly about short listing the number of packe… Read More
0 comments:
Post a Comment