One of the things that annoys Linux users is formats ..
You are using a dual operating system and when you want to copy files with usb to another, you will see the below error
mount: unknown filesystem type ‘exfat’.
Solving this is very simple after this article.
First we need to install the epel-relase package.
1 |
yum install epel-release |
After installing epel -release, let’s download the rpm packages.
1 |
yum install exfat-utils fuse-exfat |
Complete the installation by typing y when you see “y \ n”.
After completing the installation, check your files in by plugging in the usb again.