linux挂载ntfs格式硬盘,怎么办?
时间:2014-07-30 17:56:15
收藏:0
阅读:364
安装nfs-3g软件即可
./configure
make
make install
使用:
mount -t ntfs-3g /dev/sdb1 /mnt
或者直接用
ntfs-3g /dev/sdb1 /mnt
linux挂载ntfs格式硬盘,怎么办?,布布扣,bubuko.com
原文:http://zhangxiaohe.blog.51cto.com/7821029/1532774
评论(0)