Skip to content

Simple Steps To Mount NTFS In RHEL 5

First of all, I must say that I’m really upset with Red Hat for not providing fuse and ntfs-3g package. We’re not living in year 199x, are we?

This howto is based on Red Hat Enterprise Linux Server release 5 (RHEL 5) x86_64 edition and using 2.6.18-8.1.3.el5xen kernel. Below are the simple steps to mount NTFS (read/write capability) filesystem on RHEL 5.

1. Download fuse & ntfs-3g
fuse: get it from http://www.atrpms.net/dist/el5/fuse/
ntfs-3g: get it from http://dag.wieers.com/rpm/packages/fuse-ntfs-3g/

2. Install fuse components
[root@meister ~]# rpm -ivh fuse-2.6.5-2_7.el5.x86_64.rpm \
> fuse-kmdl-2.6.18-8.1.3.el5xen-2.6.5-2_7.el5.x86_64.rpm \
> fuse-libs-2.6.5-2_7.el5.x86_64.rpm

3. Install fuse-ntfs-3g
[root@meister ~]# rpm -ivh fuse-ntfs-3g-1.417-1.el5.rf.x86_64.rpm

4. Mount
[root@meister ~]# mount.ntfs-3g /dev/sda9 /mnt/temp

It’s so simple, isn’t it?

Acknowledgements:
ATrpms - provide RPM package for fuse
Dag Wieers – provide RPM package for ntfs-3g

Caveat:

  • I’m using a fuse package that is based on KMDL, hence my module might be working-less if I’m migrating to new kernel. To prevent this, you might want to try DKMS-based fuse package by Dag Wieers.
  • This howto is based on 2.6.18-8.1.3.el5xen kernel. If you’re using different kernels, please use particular fuse package that is relevant to your kernel.

{ 10 } Comments

  1. navalkishor verma | January 10, 2009 at 7:47 pm | Permalink
    Using Internet Explorer Internet Explorer 6.0 on Windows Windows Server 2003

    i have a problem that i cannot
    mount a microsoft partition in redhat linux version 5

    Using Internet Explorer Internet Explorer 6.0 on Windows Windows Server 2003
  2. navalkishor verma | January 10, 2009 at 7:48 pm | Permalink
    Using Internet Explorer Internet Explorer 6.0 on Windows Windows Server 2003

    how to install and purchase redhat 5 vedio rpm and what are thst all plz send me early

    Using Internet Explorer Internet Explorer 6.0 on Windows Windows Server 2003
  3. Irwan | January 14, 2009 at 10:07 pm | Permalink
    Using Google Chrome Google Chrome 1.0.154.43 on Windows Windows XP

    navalkishor verma,
    “how to install and purchase redhat 5 vedio rpm and what are thst all plz send me early5″
    —Sorry, I don’t understand your question. Please refer to Red Hat Documentation” for reference to install RHEL 5.

    Using Google Chrome Google Chrome 1.0.154.43 on Windows Windows XP
  4. Fabio | April 4, 2009 at 12:44 am | Permalink
    Using Mozilla Firefox Mozilla Firefox 3.0.7 on RedHat Linux RedHat Linux

    HI GUYS… brand new open client adopter, just installed 2.3 on rhel

    now as from your guide I went to http://www.atrpms.net/dist/el5/fuse/ and got the three 2.7.4 rpms. I can’t install the third since I get
    “error: Failed dependencies:
    fuse-kmdl-2.7.4-8_10.el5 is needed by fuse-2.7.4-8_10.el5.i386

    But I can’t find this kmdl there…. how to overcome this?

    Using Mozilla Firefox Mozilla Firefox 3.0.7 on RedHat Linux RedHat Linux
  5. Irwan | April 4, 2009 at 6:36 pm | Permalink
    Using Mozilla Firefox Mozilla Firefox 3.0.8 on Ubuntu Linux Ubuntu Linux

    Hi Fabio,
    -Yups, it looks like fuse-kmdl for 2.7.4 is not available. So, you might want to ask ATrpms guys to include it for you.
    -I’ll be your colleague soon ;)

    Using Mozilla Firefox Mozilla Firefox 3.0.8 on Ubuntu Linux Ubuntu Linux
  6. Pradyut Ranjan Dey | July 8, 2009 at 9:47 pm | Permalink
    Using Internet Explorer Internet Explorer 7.0 on Windows Windows XP

    My RHEL5 kernel version is “2.6.18-128.1.1.el5″; I have downloaded kernel from http://www.linux-ntfs.org and after installing it, my usb hdd is detecting (ntfs) and mouted. But it is mounted in read only mode.
    If try to re-mount it, it gives error message as follows:
    “NTFS-fs error (device sdb1): load_system_files(): $LogFile is not clean. Mounting read-only. Mount in Windows.”

    Using Internet Explorer Internet Explorer 7.0 on Windows Windows XP
  7. Sonal Kumar Jain | July 13, 2009 at 7:44 pm | Permalink
    Using Mozilla Firefox Mozilla Firefox 3.0.11 on RedHat Linux RedHat Linux

    I am having 2 harddisk one with windows and other with one ntfs partition and rest with redhat 5
    i have installed both ntfs and fuse as you have mentioned and upated my kernel also.
    but i am not able to mount ntfs partition.

    P.S. My /dev does not contain sda.

    Using Mozilla Firefox Mozilla Firefox 3.0.11 on RedHat Linux RedHat Linux
  8. Ducnm | August 6, 2009 at 4:09 am | Permalink
    Using Mozilla Firefox Mozilla Firefox 3.0.13 on Windows Windows XP

    I have the same problem like Fabio. Can’t find kmdl, plz send me a previous vers for me by email, thx!

    Using Mozilla Firefox Mozilla Firefox 3.0.13 on Windows Windows XP
  9. Zan | September 24, 2009 at 4:39 am | Permalink
    Using Mozilla Firefox Mozilla Firefox 3.0.5 on RedHat Linux RedHat Linux

    Just type in: yum install -y fuse ntfs-3g
    and it should install all the dependencies from the repository.

    Using Mozilla Firefox Mozilla Firefox 3.0.5 on RedHat Linux RedHat Linux
  10. vijay | April 22, 2010 at 4:08 am | Permalink
    Using Mozilla Firefox Mozilla Firefox 3.0.5 on RedHat Linux RedHat Linux

    /boot/vmlinuz-2.6.18-164.15.1.el5xen is needed by fuse-kmdl-2.6.18-164.15.1.el5xen-2.7.4-8_12.el5.i686

    problem in mounting the ntfs filesystem on rhel 5.3

    Using Mozilla Firefox Mozilla Firefox 3.0.5 on RedHat Linux RedHat Linux

{ 2 } Trackbacks

  1. Using WordPress WordPress 2.8.2

    [...] from Google I first encountered this blog entry by Mohd Irwan Jamaluddin. Unfortunately, when I tried downloading the fuse kmdl files from the ATRPMS site, there was [...]

  2. Using Netscape Navigator Netscape Navigator 4.0

    [...] You will not only need ntfs-3g, fuse module is also required, follow steps on this link: http://blog.irwan.name/?p=36 Thanks, [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *