Posted: . At: 4:45 PM. This was 10 months ago. Post ID: 18194
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.



Sponsored



Enable the use of NTFS filesystems on Alma Linux very easily.


Alma Linux is a great alternative to CentOS. But it can not read or write to an NTFS filesystem by default. But this is easily fixed.

As long as the EPEL repository is enabled, you may install these packages to enable NTFS support.

Install the EPEL repo on Alma Linux 9 this way.

sudo dnf config-manager --set-enabled crb
sudo dnf install epel-release

Then, the packages may be installed thusly.

[root@localhost jcartwright]# dnf in ntfs-3g -y
[root@localhost jcartwright]# dnf install ntfsprogs -y

This will enable NTFS support right away. Then you will be able to mount and use any NTFS drive in the file manager.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.