红联Linux门户
Linux帮助

CentOS 7安装NTFS-3G驱动

发布时间:2015-09-22 11:03:08来源:linux网站作者:linux人

NTFS-3G,一个很小但非常有用的 NTFS 驱动,在大部分类 UNIX 发行版上都可用。它对于挂载和访问 Windows NTFS 文件系统很有用。尽管也有其它可用的替代品,比如 Tuxera,但 NTFS-3G 是使用最广泛的。


下面简单介绍下在CentOS 7安装 NTFS-3G 驱动的过程。

# yum install ntfs-3g

CentOS 7安装NTFS-3G驱动


安装 NTFS-3G 用于挂载 Windows 分区

ntfs-3g 安装完成之后,你可以使用以下命令挂载 Windows NTFS 分区(我的 Windows 分区是 /dev/sda5)。

# mount -ro ntfs-3g /dev/sda5 /mnt
# cd /mnt
# ls -l


CentOS 7.1安装NTFS-3G:http://www.linuxdiyf.com/linux/14345.html

Linux系统下安装NTFS-3g对NTFS进行读写:http://www.linuxdiyf.com/linux/7529.html

ntfs-3g加载NTFS分区工具:http://www.linuxdiyf.com/linux/3057.html

CentOS上使用ntfs-3g挂载NTFS分区:http://www.linuxdiyf.com/linux/3049.html

CentOS 6.3下用ntfs-3g挂载Windows NTFS分区:http://www.linuxdiyf.com/linux/1994.html