Computing.Net > Forums > Linux > FATAL: Module fuse not found.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

FATAL: Module fuse not found.

Reply to Message Icon

Name: tvc
Date: December 27, 2008 at 08:15:11 Pacific
OS: Windows XP
CPU/Ram: 2 G
Product: N/a / N/A
Comment:

Getting "FATAL: Module fuse not found." when trying to mount NTFS drive using ntfs-3g

Command "modprobe fuse" ends in same message.

Looked for any "fuse" package on my Linux CD : not there. Then again, I got ntfs-3g from the net ... somewhere.

Any alternative for this ntfs-3g stuff ?



Sponsored Link
Ads by Google

Response Number 1
Name: tvc
Date: January 3, 2009 at 08:43:19 Pacific
Reply:

In case anybody wonders, the issue didn't solve itself ... it'll probably never work. NTFS access from Linux will remain beta-project forever


0

Response Number 2
Name: MK
Date: January 9, 2009 at 04:12:30 Pacific
Reply:

Install fuse package for your linux distro.
Ex - Redhat / Fedora / CentOS

Download fuse-2.7.0.tar.gz from

http://sourceforge.net/project/show...

In root terminal

# tar –zxvf fuse-2.7.0.tar.gz

# cd fuse-2.7.0

# ./configure

# make

# make install

# lsmod

# modprobe fuse

Then (re)configure and install ntfs-3g

# tar –zxvf ntfs-3g-1.5130.tar.gz

# cd ntfs-3g-1.5130

# ./configure -–enable-fuse-module

# make

# make install

Then mount your ntfs drive in linux.

# mkdir /mnt/windows

# mount –t ntfs-3g /dev/sda1 /mnt/windows

Now, you can Read/Write NTFS formatted drive in Linux.

Hope This help you.



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: FATAL: Module fuse not found.

mount ntfs www.computing.net/answers/linux/mount-ntfs/30109.html

Error initializing sound driver www.computing.net/answers/linux/error-initializing-sound-driver/26886.html

Recompiling kernel problem www.computing.net/answers/linux/recompiling-kernel-problem/28273.html