Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
After searching a lot on net; i am posting question here.
Because earlier when i was attempting step 2 it said something like this :
Missing Dependency : fuse >= 2.6.3 is needed by package... So, i did following :
1.I downloaded and run :
fuse-2.6.3-1.el5.rf.i386.rpm
Public key for fuse-2.6.3-1.el5.rf.i386.rpm is not installed
I clicked on install anyway.
Software installed successfully message box appeared.
2.fuse-ntfs-3g-2010.5.22-1.el5.rf.i386.rpm
The same error of Public key... not installed. I clicked on install anyway.
Software installed successfully message box appeared.
3.fuse-ntfs-3g-devel-2010.5.22-1.el5.rf.i386.rpm
The same error of Public key... not installed. I clicked on install anyway.
Software installed successfully message box appeared.
Then I plugged in my external USB hard disk it said :
One message box appeared with following text :
*******************************************************
Cannot mount volume.
Unable to mount the volume 'Girish'
Details
FATAL : Module fuse not found. The disk contains an
unclean file system (0,0). The file system wasn't safely
closed on Windows. Fixing. ntfs-3g-mount: fuse device
is missing. try modprobe fuse as root.
*******************************************************
[root@localhost ~]# modprobe fuse
FATAL: Module fuse not found.
[root@localhost ~]# ntfs-3g /dev/sda1 /mnt
FATAL: Module fuse not found.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
[root@localhost ~]# fdisk -l
Disk /dev/hdc: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 3187 25599546 c W95 FAT32 (LBA)
/dev/hdc2 3188 9728 52540582+ f W95 Ext'd (LBA)
/dev/hdc5 3188 5737 20482843+ b W95 FAT32
/dev/hdc6 5738 7649 15358108+ b W95 FAT32
/dev/hdc7 7650 9728 16699536 b W95 FAT32
Disk /dev/hdd: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 * 1 17847 143355996 83 Linux
/dev/hdd2 17848 19457 12932325 82 Linux swap / Solaris
Disk /dev/sda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 4863 39062016 7 HPFS/NTFS
[root@localhost ~]#
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686 i686 i386 GNU/Linux
Please let me know, how do i access NTFS in my RHEL 5.3 PC and/or if i am unclear in my question?
Thank you for your reply and link. I will not say that i have checked the same thread; but in this thread other person has said that i am not finding "libfuse.rpm". At this moment i am having following files :
I'm really surprised that Red Hat hasn't included this in their distribution. I don't understand why the libfuse module wasn't included in the rpm packages that you installed.
Look on your disk drive for the libfuse module. The more I think about it the more I think that it SHOULD have been included in your fuse rpm installation.
Code:
find / -type f -name libfuse*
Mine is located in /lib
Code:
/lib/libfuse.so.2
/lib/libfuse.so.2.8.1
Last edited by stress_junkie; 12-14-2010 at 09:53 AM.
Thank you for your reply and link. I will not say that i have checked the same thread; but in this thread other person has said that i am not finding "libfuse.rpm". At this moment i am having following files :
Please let me know from where i can get the said below files :
fuse-ntfs-3g.rpm
libfuse.rpm <<---- Even google is not recognizing it...!
fuse.rpm
dkms.rpm
dkms-fuse.rpm
You can get them from the RedHat repositories. You should just be able to do a "yum install <package>". However, if you're not PAYING for RedHat, you won't be able to get updates/packages/etc. So, you could load CentOS and use their free packages, or pay RedHat and use theirs.
Look on your disk drive for the libfuse module. The more I think about it the more I think that it SHOULD have been included in your fuse rpm installation.
Code:
find / -type f -name libfuse*
Mine is located in /lib
Code:
/lib/libfuse.so.2
/lib/libfuse.so.2.8.1
I have tried all of the above solutions regarding this topic but yet the same error keeps coming out which is
FATAL: Module fuse not found.
And regarding the libfuse module, I have found it in both /usr/lib and /usr/lib64 directory and then what to do?huhu...below are my libfuse module found
I have tried all of the above solutions regarding this topic but yet the same error keeps coming out which is
FATAL: Module fuse not found.
And regarding the libfuse module, I have found it in both /usr/lib and /usr/lib64 directory and then what to do?huhu...below are my libfuse module found
huszulhasani i am also getting the same error when i am using CentOS 5.3 .Actually what i do is that i install the new kernel and then install the fuse and ntfs-3g file,then you will easily available to use your ntfs file format.
Or simply download the latest version of CentOS 5.5 and then install the fuse and ntfs-3g rpm file,and then use NTFS on your system.
Enjoy
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.