+4 votes
194 views
How to use devices with ExFAT format in Linux

in Linux / Unix by (551k points)
recategorized by | 194 views

1 Answer

+5 votes
Best answer

What is ExFAT?
How to use ExFAT drives in Linux?

Some time ago they wrote us about the impossibility of being able to use ExFAT devices in Linux, although it is not common to get units formatted in this format, all distros should be able to handle them by default, in case your distro is not one of the lucky ones and you have not been able to use your device with this tutorial we hope that now if you can do it.

What is ExFAT?

ExFAT is a light file system, which was created with the purpose of being used in flash drives since it is a lighter format than NTFS, natively this format is compatible with all current operating systems, but in some distros it does not get up automatically the device.

One of the disadvantages of ExFAT is that it does not have as many security measures as NTFS but if it exceeds the limitations of the famous FAT32, now, the biggest user of ExFAT is to prepare multimedia units that will later be reproduced on devices such as televisions, videoconsola , phones, players among others.

ExFAT allows files of any size and partitions without limitations, so it is prepared for large disks as external devices with small capabilities.

How to use ExFAT drives in Linux?

Sometimes your distro recognizes the device but prevents access to the documents stored in it, regardless of what your problem, the solution is the same. We just have to install exFat with the following command:

sudo apt install exfat-fuse exfat-utils

After this we can simply use our device correctly. In some cases the problem persists, for this we must create the multimedia folder with the following command:

sudo mkdir /media/exfats

Then we must mount our device in the corresponding directory with the following command:

sudo mount -t exfat /dev/sdb1 /media/exfats

In case you want to remove the device simply execute the following command:

sudo umount /dev/sdb1

With these simple but powerful steps we will be able to use without any problem any device with ExFAT format.


by (3.5m points)
selected by

Related questions

+4 votes
2 answers
asked May 23, 2019 in Linux / Unix by backtothefuture (551k points) | 471 views
+5 votes
1 answer
asked Nov 10, 2019 in Linux / Unix by backtothefuture (551k points) | 492 views
+5 votes
1 answer
asked Sep 27, 2019 in Linux / Unix by backtothefuture (551k points) | 301 views
+5 votes
1 answer
+5 votes
1 answer
asked Nov 13, 2019 in Linux / Unix by backtothefuture (551k points) | 325 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users