Ubuntu下挂载可读写exFat格式分区

现在exFat文件系统用作FLASH存储设备的格式也变得普遍起来了,可是Ubuntu自身并没有支持这种格式,需要另外安装软件。下边贴命令:

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
 

猜你喜欢

转载自eatgrass.iteye.com/blog/1489937