Supporter exfat dans Ubuntu
http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support
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
