Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How to Mount an exFAT FileSystem on Red Hat Enterprise Linux

December 20, 2022
in Blog, Linux
0
ADVERTISEMENT

Table of Contents

Mounting exFAT Drive on CentOS/RHEL

exFAT (Extended File Allocation Table) is a proprietary Microsoft file system optimized for flash memory devices such as SD cards and USB flash drives. It was designed to replace the old 32bit FAT32 file system that cannot store files larger than 4 GB.

The exFAT file system is supported on the latest versions of Windows and macOS operating systems. CentOS, like most of the other major Linux distributions, doesn’t provide support for the proprietary exFAT filesystem by default.

If you are using CentOS as your operating system or any Red Hat based distributions, chances are that at some point you will encounter an issue when trying to mount exFAT formatted USB drive.

This tutorial explains how to enable exFAT support on CentOS/RHEL.

Enable ExFAT Supports in CentOS/RHEL

To be able to mount exFAT filesystem on CentOS you’ll need to install the free FUSE exFAT module and tools which provide a full-featured exFAT file system implementation for Unix-like systems.

exFAT packages are not available in core repositories. You can build the exFAT tools from source or to install it with yum from the Nux Dextop repository. We’ll go with the first option.

1. Install the Development Tools using the following command:

sudo yum group install 'Development Tools' -y

2. Install additional required packages then clone the exFAT package.

sudo yum -y install fuse-devel gcc autoconf automake git
cd /usr/local/src
sudo git clone https://github.com/relan/exfat.git

3. Build then enable ExFAT supports in CentOS/RHEL.

cd exfat
sudo autoreconf --install
sudo ./configure --prefix=/usr
sudo make && sudo make install
sudo make clean

Enable ExFAT Supports in CentOS/RHEL using script

Alternatively, if you don’t want to do it manually, you can copy then execute all below commands at once to enable exFAT on Linux.

Note Note: My script is safe, but you should verify the security and contents of any script from the internet you are not familiar with and use it with your own risk.
url="https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/scripts/redhat/exfat.sh"
sudo wget -O "/tmp/exfat.sh" -q $url \
&& sudo chmod +x "/tmp/exfat.sh" \
&& sudo sed -i 's/\r//' "/tmp/exfat.sh" \
&& sudo /bin/bash "/tmp/exfat.sh" \
&& sudo rm -f "/tmp/exfat.sh"

The USB drive will auto mount when you insert it, but in case the auto-mount fails you will have to mount the drive manually.

ADVERTISEMENT
5/5 - (1 vote)
Previous Post

How to Mount an exFAT Drive on Linux Systems

Next Post

How to Create a Windows 10/11 Bootable USB Stick in Linux Mint

Related Posts

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024
Ftr19

How to Fix Windows Cannot Read the ProductKey From the Unattend Answer File in VirtualBox

July 26, 2024
Ftr25

How to Update Windows Terminal in Windows 10/11

July 26, 2024

How to Disable The Beep Sound in WSL Terminal on Windows

July 26, 2024

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory