Find the answer to your Linux question:
Results 1 to 8 of 8
i'm using RHEL5, AMD athlon i installed fuse2.8.3 and ntfs-3g-2009 but after trying the command ntfs-3g /dev/hda1 /mnt it showing FATAL: Module fuse not found. fuse: device not found, try ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    4

    ntfs-3g

    i'm using RHEL5, AMD athlon

    i installed fuse2.8.3 and ntfs-3g-2009
    but after trying the command ntfs-3g /dev/hda1 /mnt
    it showing
    FATAL: Module fuse not found.
    fuse: device not found, try 'modprobe fuse' first

    modprobe fuse is also shwoing "fuse not found"

    what i hav to do

    uname -a
    2.6.18-1.2747.el5 #1 SMP Thu Nov 9 18:55:30 EST 2006 i686 athlon i386 GNU/Linux


    please help me

    thanx in advance

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    What is the output of this
    Code:
    su -c rpm -q fuse
    ?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Feb 2010
    Posts
    4
    #su -c rpm -q fuse
    su: invalid option - q
    Try `su --help' for more information.
    #rpm -q fuse
    fuse-2.7.4-8_12.el5

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    mkdir /mnt/hda1
    mount -t ntfs-3g /dev/hda1 /mnt/hda1
    Post error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Feb 2010
    Posts
    4
    mount -t ntfs-3g /dev/hda1 /mnt/
    FATAL: Module fuse not found.
    ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Something is wrong with kernel version and development build.
    Post the output of this
    Code:
    rpm -qa "kernel*devel*"
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Feb 2010
    Posts
    4
    no output
    it is returning to the prompt

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to install kernel devel package. First of all, install dkms and dkms-fuse packages. In case fuse doesn't work, try installing kernel devel package.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...