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
3 Comments to Install exFAT FUSE Module for Ubuntu with Read/Write Support
Leave a Reply
Recent Posts
- 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
- Yahoo! Widgets, Google Gadgets, and Dashboard Widgets
[...] 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!