Mount NTFS formatted drive on RHEL
(base) [root@t480s ~]# mount /dev/sdb1 /media
mount: /media: unknown filesystem type 'ntfs'.
(base) [root@t480s ~]# dnf install ntfs-3g
Last metadata expiration check: 0:24:27 ago on Thursday 01 January 2026 09:24:58 AM.
Dependencies resolved.
===========================================================================================================================================================
Package Architecture Version Repository Size
===========================================================================================================================================================
Installing:
ntfs-3g x86_64 2:2022.10.3-1.el9 epel 128 k
Installing dependencies:
ntfs-3g-libs x86_64 2:2022.10.3-1.el9 epel 174 k
Transaction Summary
..
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : ntfs-3g-libs-2:2022.10.3-1.el9.x86_64 1/2
Installing : ntfs-3g-2:2022.10.3-1.el9.x86_64 2/2
Running scriptlet: ntfs-3g-2:2022.10.3-1.el9.x86_64 2/2
Verifying : ntfs-3g-2:2022.10.3-1.el9.x86_64 1/2
Verifying : ntfs-3g-libs-2:2022.10.3-1.el9.x86_64 2/2
Installed:
ntfs-3g-2:2022.10.3-1.el9.x86_64 ntfs-3g-libs-2:2022.10.3-1.el9.x86_64
Complete!
(base) [root@t480s ~]#
(base) [root@t480s ~]# mount /dev/sdb1 /media
Comments
Post a Comment