NTFS-3g安装与使用(新新手)

时间:2018-06-23 14:30:35   收藏:0   阅读:2399

由于linux对ntfs 格式无法识别,所以,无法挂载其他盘,无法实现文件从windows到linux的传输,mount命令会报错;因此需要安装ntfs-3g;

由于,linux下未联网,所以,将ntfs-3g经diskgenius 从windows至linux;

updatedb

locate ntfs-3g

tar -xvf

locate ntfs-3g   找到解压的文件的位置

cd 相关目录

./ configure  

make

make install

使用ntfs-3g挂载, 命令如下:mount -t ntfs-3g /dev/sdb6 /mnt

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!