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  

更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/57191.html