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


(base) [root@t480s ~]# df -h /media
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb1       4.6T  2.0T  2.7T  43% /media
(base) [root@t480s ~]# 

Comments

Popular posts from this blog

How to Stop Battery Charging at 80% on RHEL/Rocky Linux

Create a Bridge interface on Linux Host running RHEL/Rocky Linux