CentOS 8 install ntfs-3g and exfat

NTFS-3G

Download from https://www.tuxera.com/community/open-source-ntfs-3g/

wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz
tar zxvf ntfs-3g_ntfsprogs-2017.3.23
cd ntfs-3g
cd  ntfs-3g_ntfsprogs-2017.3.23
make
make install

Exfat
su -
yum grou install 'Development Tools'
yum install fuse-devel
git clone https://github.com/relan/exfat.git
cd exfat
autoreconf --install
./configure
make

dnf

dnf install epel-release

dnf install ntfs-3g





CentOS8 也開始使用 dnf 了
https://zh.wikipedia.org/wiki/DNF_(%E8%BD%AF%E4%BB%B6)

reference
https://access.redhat.com/solutions/70050

https://github.com/relan/exfat

https://opensource.com/article/18/8/guide-yum-dnf

使用 dnf 更新系統

$ sudo dnf install dnf-plugin-system-upgrade 
$ sudo dnf system-upgrade download --releasever=24 --best --nogpgcheck --allowerasing 
$ sudo dnf system-upgrade reboot

這個網誌中的熱門文章

Upgrade php and httpd(apache) on CentOS 7

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)