yum -y install gcc
wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz
tar zxvf ntfs-3g_ntfsprogs-2013.1.13.tgz
cd ntfs-3g_ntfsprogs-2013.1.13 ./configure make make install
mkdir /mnt/window
mount -t ntfs-3g /dev/sdb1 /mnt/windowumount /dev/sdb1
本文介绍如何通过一系列命令在Linux系统中安装NTFS-3G文件系统,并详细展示了如何使用该文件系统挂载NTFS分区。
943

被折叠的 条评论
为什么被折叠?



