Hey Folks!

I needed to install CentOS into a really cool Alienware machine, but I didn’t have the .iso files neither the DVDs so I asked a friend for the .iso file, he gave me a copy using my USB drive but heĀ formattedĀ it to exFat.

The problem is that Linux is not so compatible with that specific file system, but you can use a really cool tool called “Fuse-ExFat” (which is a Free exFat file system implementation) to be able to mount the USB drive.

Let’s do what I did:

Download the rpm file from the official source:

http://code.google.com/p/exfat/

I’m using Fedora 16 (Verne) so this is the file that I used:

http://code.google.com/p/exfat/downloads/detail?name=fuse-exfat-0.9.7-1.fc16.x86_64.rpm&can=2&q=

It’s a really tiny file, Go to the Downloads folder and let’s install it:

rpm -ivh fuse-exfat-0.9.7-1.fc16.x86_64.rpm

When is done, you need to be sure that you have the following package too:

yum install util-linux-ng

If it’s already there it’s ok, otherwise the above command will install it for you.

Alright, you are ready to start mounting devices using the exFat file system!!

Enjoy it!

Tagged with →  
Share →

5 Responses to How to mount exFat on Fedora 16

  1. Thanks for posting these instructions. I like the fact that on FC16 ExFat is able to auto-mount. Under my old FC7 (yes way behind in upgrades) I had to remembert the command line method to mount the drive.

  2. mckain says:

    You are Welcome James, wooW FC7! and let’s see how it works on the new beefy miracle (FC17)! Thank you for your comment! :)

  3. CCKK says:

    Thanks for posting this! Very useful.

  4. In Fedora 18 just use a #yum install fuse-exfat.i686

Leave a Reply

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


× one = 1

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

show
 
close
Adding a custom app to the launcher (gnome 3) on Fedora 17 >> http://t.co/iDQlSrAp #HacknPlay