Install exFAT FUSE Module for Ubuntu with Read/Write Support
http://code.google.com/p/exfat/
sudo apt-get install subversion scons libfuse-dev gcc
cd ~
svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only
cd exfat-read-only
scons
sudo scons install
cd ..
rm –rf exfat-read-only
sudo mkdir [mountpoint]
sudo mount –t exfat-fuse [device_path] [mountpoint]
Replace [device_path] with the device path to your exfat partition, for example: /dev/sdb1. Replace [mountpoint] with the path to your mount point, for example: /media/disk
9 Comments to Install exFAT FUSE Module for Ubuntu with Read/Write Support
Leave a Reply
Recent Posts
- OnWander Final Scores of the Utterly Pointless Leaderboard
- Ice Cream Sandwich on my G2x… Awesome!
- How To: Use PHP to Change a Bluehost Email Account Password
- How to: Merge Multiple Video Files Into One Using ffmpeg
- Windows 7 as a Wi-Fi Access Point
- Grammar, Spelling and Numbers
- Bulk Convert DOCX to DOC
- Collage Generator
- Identify This Cipher
- Interesting Error from Win 7
- Binary Clock – My First Android App
- Vonage Mobile on Android – How to find your SIP information
- Crest Prime
- The Travelling Salesman Problem
- Install exFAT FUSE Module for Ubuntu with Read/Write Support
- Accessing an IMAP account using SSL (OpenSSL on Gmail)
- Color Wheel
- Bulk Convert XLSX to XLS
- Convert NRG to ISO using DD
- Afghanistan: CRC for the contractor
- Personality Types
- Iraq: CRC for the contractor
[...] Source: http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support [...]
awesome thanks mate
Work perfect at Ubuntu 10.04 LTS 2.
Thanks!
Thanks, works fine
Einhängen von exFat in Ubuntu/XFCE 11.10 somit problemlos möglich
Mount this way exfat in Ubuntu XFCE 11.10
Thanks
Just letting you know that this doesn’t work in Kubuntu 11.10
ubuntu@ubuntu:~/exfat-read-only$ scons
scons: Reading SConscript files …
scons: done reading SConscript files.
scons: Building targets …
gcc -o fuse/main.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat fuse/main.c
gcc -o libexfat/cluster.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/cluster.c
gcc -o libexfat/io.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/io.c
gcc -o libexfat/log.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/log.c
gcc -o libexfat/lookup.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/lookup.c
gcc -o libexfat/mount.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/mount.c
In file included from libexfat/mount.c:22:0:
libexfat/exfat.h:183:66: error: array type has incomplete element type
libexfat/exfat.h:183:57: warning: ‘struct timespec’ declared inside parameter list [enabled by default]
libexfat/exfat.h:183:57: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
scons: *** [libexfat/mount.o] Error 1
scons: building terminated because of errors
Thanks! Worked great on my ubuntu 11.10 linux kernel 3.0.0-14-generic. I did have to reboot after the sudo scons install step, and after that it auto-mounted.
works fine with ubuntu 12.04
Works with 12.04 thanks!
Dont work now for Kubuntu 11.10
no header file fuse.h in repository