<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>exfat file system Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/exfat-file-system/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 09 Sep 2018 19:46:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>exFAT on Linux</title>
		<link>https://www.osradar.com/exfat-on-linux/</link>
					<comments>https://www.osradar.com/exfat-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Sun, 09 Sep 2018 19:46:50 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[exfat]]></category>
		<category><![CDATA[exfat file system]]></category>
		<category><![CDATA[exfat on linux]]></category>
		<category><![CDATA[fat file system]]></category>
		<category><![CDATA[fat32]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5663</guid>

					<description><![CDATA[<p>FAT is one of the most popular file systems for all. This file system is mostly used for USB flash drives. There are a number of FAT file systems – FAT16, FAT32 and exFAT etc. If you didn’t know, exFAT is the ultimate FAT file system that offers the best file transferring capability while overcoming [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/exfat-on-linux/">exFAT on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>FAT is one of the most popular file systems for all. This file system is mostly used for USB flash drives. There are a number of FAT file systems – FAT16, FAT32 and exFAT etc. If you didn’t know, exFAT is the ultimate FAT file system that offers the best file transferring capability while overcoming all the barriers of other FAT file systems.</p>
<p>However, exFAT isn’t supported in most of the Linux systems by default. Today, we’ll have a look at enabling the file system and formatting your favorite USB flash drive for the ultimate data mobility.</p>
<h1>Installing exFAT</h1>
<p>Depending on your Linux distro, run the following commands.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt install exfat-utils exfat-fuse</pre>
<p><img loading="lazy" class="size-full wp-image-5668 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/install-exfat.png" alt="" width="1096" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/09/install-exfat.png 1096w, https://www.osradar.com/wp-content/uploads/2018/09/install-exfat-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/install-exfat-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/install-exfat-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/install-exfat-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/install-exfat-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/install-exfat-779x420.png 779w" sizes="(max-width: 1096px) 100vw, 1096px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get install exfat-utils exfat-fuse</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

sudo dnf -y install fuse-exfat</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<p><a href="https://software.opensuse.org/package/fuse-exfat">Get fuse-exfat</a>.</p>
<p><img loading="lazy" class="size-full wp-image-5664 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse.png" alt="" width="1125" height="554" srcset="https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse.png 1125w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-1068x526.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/exfat-opensuse-853x420.png 853w" sizes="(max-width: 1125px) 100vw, 1125px" /></p>
<ul>
<li>Other distros</li>
</ul>
<p>If your system wasn’t in the list above, you have to search for “exfat-utils” and/or “exfat-fuse” package for your system. Note that “exfat-fuse” may also be available as “fuse-exfat”.</p>
<h1>Formatting a USB flash drive in exFAT</h1>
<p>Connect your USB flash drive and make sure that it’s mounted correctly. Don’t forget to backup any important data beforehand!</p>
<p>Run the following command to identify the device identity –</p>
<pre class="">sudo fdisk -l</pre>
<p><img loading="lazy" class="size-full wp-image-5669 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/list-disk.png" alt="" width="1096" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/09/list-disk.png 1096w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-779x420.png 779w" sizes="(max-width: 1096px) 100vw, 1096px" /> <img loading="lazy" class="size-full wp-image-5670 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2.png" alt="" width="1096" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2.png 1096w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/list-disk-2-779x420.png 779w" sizes="(max-width: 1096px) 100vw, 1096px" /></p>
<p>In my case, it’s “/dev/sdb1/”. Make sure to remember yours correctly.</p>
<p>Run the following command to format it with exFAT file system.</p>
<pre class=""><span class="kw2">sudo</span> mkfs.exfat <span class="sy0">/</span>dev<span class="sy0">/</span>sdb1</pre>
<p><img loading="lazy" class="size-full wp-image-5671 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/make-exfat.png" alt="" width="1090" height="162" srcset="https://www.osradar.com/wp-content/uploads/2018/09/make-exfat.png 1090w, https://www.osradar.com/wp-content/uploads/2018/09/make-exfat-300x45.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/make-exfat-768x114.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/make-exfat-1024x152.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/make-exfat-696x103.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/make-exfat-1068x159.png 1068w" sizes="(max-width: 1090px) 100vw, 1090px" /></p>
<p>You can also use GParted for doing the job. Unmount first, then format as exFAT.</p>
<p><img loading="lazy" class="size-full wp-image-5672 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat.jpg" alt="" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat.jpg 1366w, https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat-300x169.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat-768x432.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat-1024x576.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat-696x391.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat-1068x600.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/09/format-to-exfat-747x420.jpg 747w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<p>Voila! exFAT is easily accessible in your system. Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/exfat-on-linux/">exFAT on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/exfat-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
