exFAT(Extended File Allocation Table File System,扩展FAT,即扩展文件分配表)是Microsoft在Windows Embeded 5.0以上(包括Windows CE 5.0、6.0、Windows Mobile5、6、6.1)中引入的一种适合于闪存的文件系统,为了解决FAT32等不支持4G及其更大的文件而推出。对于闪存,NTFS文件系统不适合使用,exFAT更为适用。在Debian下访问exFAT需要安装一个补丁方法如下:

apt-get install scons libfuse-dev subversion
svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only
cd exfat-read-only
scons
scons install

 

安装完成后使用如下方法挂载:

mount -t exfat-fuse -o allow_other /dev/sdb1 /tonyzhang/