1.https://www.tuxera.com/community/open-source-ntfs-3g/ 在官網下載源碼包
2.將下載的文件上傳給centos8 :
rz ntfs-3g_ntfsprogs-2017.3.23.gz
3.解壓文件:
tar xvf ntfs-3g_ntfsprogs-2017.3.23.gz
4.進入解壓文件夾:
cd ntfs-3g_ntfsprogs-2017.3.23
5.編譯安裝:
./configure
make
make install # or 'sudo make install' if you aren't root
6.安裝完成后檢驗:
ntfs-3g
提示如下內容,說明安裝成功:
ntfs-3g: No device is specified. ntfs-3g 2017.3.23 integrated FUSE 27 - Third Generation NTFS Driver Configuration type 1, XATTRS are on, POSIX ACLS are off Copyright (C) 2005-2007 Yura Pakhuchiy Copyright (C) 2006-2009 Szabolcs Szakacsits Copyright (C) 2007-2017 Jean-Pierre Andre Copyright (C) 2009 Erik Larsson Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point> Options: ro (read-only mount), windows_names, uid=, gid=, umask=, fmask=, dmask=, streams_interface=. Please see the details in the manual (type: man ntfs-3g). Example: ntfs-3g /dev/sda1 /mnt/windows News, support and information: http://tuxera.com