centos ntfs-3g 安装和使用

Posted 遁世不离俗

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos ntfs-3g 安装和使用相关的知识,希望对你有一定的参考价值。

安装fuse

下载fuse(ntfs-3g依赖fuse):http://vdisk.weibo.com/s/ajww5fZsUq50L?from=page_100505_profile&wvr=6

安装:

tar -zxvf fuse-2.9.3.tar.gz
cd fuse-2.9.3
./configure
make
make install

安装ntfs-3g

下载ntfs-3g:http://linux.softpedia.com/get/System/Hardware/ntfs-3g-15028.shtml

安装:

tar -zxvf tar ntfs-3g_ntfsprogs-2016.2.22.tgz 
cd ntfs-3g_ntfsprogs-2016.2.22
./configure
make
make install

挂载

首先得到NTFS分区的信息
sudo fdisk -l | grep NTFS

然后设置挂载点,用如下命令实现挂载

mount -t ntfs-3g <NTFS Partition> <Mount Point>

例如:mount -t ntfs-3g /dev/sd2 /samu/sd2/

 

以上是关于centos ntfs-3g 安装和使用的主要内容,如果未能解决你的问题,请参考以下文章

centos7中yum安装ntfs-3g

centos7中yum安装ntfs-3g

CentOS安装NTFS-3G读写Windows 10的移动NTFS磁盘

centos7中yum安装ntfs-3g

ntfs-3g

Centos开机自己主动挂载windows中的ntfs磁盘