1-- Download the installation package with the following comamnd:
wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz

2-- Extract the files from the downloaded compressed files with the following command:
tar -zxvf ntfs-3g_ntfsprogs-2017.3.23.tgz

3-- Compile the installation package and install it with the following commands step by step:
./configure
make
make install
or put all these commands into one command:
./configure && make && make install

4-- Just wait the finish of this installation process and then enjoy !

本文档详细介绍了如何下载并安装NTFS-3G的安装包。首先,通过wget命令下载安装包,然后使用tar命令解压缩。接着,通过./configure、make及make install命令进行编译和安装。只需等待安装完成,即可开始享受NTFS-3G提供的服务。

398

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



