Posted: 26 June 2023. At: 4:45 PM. This was 1 year 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.

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

  1. How to check if the kernel drivers are loaded

Alma Linux is a great alternative to CentOS. However, 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.

How to check if the kernel drivers are loaded

To check if the NTFS drivers are loaded, use the lsmod command to get information about all loaded kernel drivers.

┌──(john㉿kali)-[~]
└─$ lsmod| grep ntfs

Leave a Reply

Your email address will not be published. Required fields are marked *

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