码迷,mamicode.com
首页 > 移动开发 > 详细

【Linux】Linux 自动挂载NTFS格式移动硬盘

时间:2014-09-17 21:56:32      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   os   ar   文件   sp   on   c   

1.首先下载ntfs-3g http://www.tuxera.com/community/ntfs-3g-download/

2.解压 $tar zxvf ntfs-3g_ntfsprogs-2011.4.12.tgz

3.在源码目录下依次执行./configure make make install

4.用root权限建立/sbin/mount.ntfs文件,内容如下:

 #!/bin/sh
         export LANG=en_US.UTF-8
         exec /sbin/mount.ntfs-3g "$@"

5. 添加可执行权限

     chmod +x /sbin/mount.ntfs

【Linux】Linux 自动挂载NTFS格式移动硬盘

标签:style   http   color   os   ar   文件   sp   on   c   

原文地址:http://blog.csdn.net/fu_zk/article/details/39347997

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!