LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   2.6.14 FUSE and NTFS in Kernel (https://www.linuxquestions.org/questions/fedora-35/2-6-14-fuse-and-ntfs-in-kernel-383616/)

Crito 11-16-2005 05:56 AM

2.6.14 FUSE and NTFS in Kernel
 
So I just did an update and forgot to unckeck the kernel and it upgraded me to 2.6.14 automagically. On reboot NTFS support was broken, as it is by default in all stock Fedora kernels (unlike Mandriva and SuSE I might add.) So I figure I have to get a recompiled hack from a livna repository (or roll my own) when I stumble across this comment from Linus about 2.6.14: "on the filesystem level, FUSE got merged, and ntfs and xfs got updated.

Now, it's my understanding FUSE does NTFS without needing to recompile the kernel every time I upgrade. I'm just not really sure how it works. Obviously the standard fstab mount stuff doesn't since I can't read my NTFS partition, but there might be some new FUSE specific commands/syntax I'm not aware of.

Anyway, I guess my questions are:
1) Does FUSE replace the old method of mounting/accessing NTFS partitions?
2) Is it true I no longer need a custom/recompiled FC4 kernel to support NTFS?
3) How do I use FUSE? Link to a good FAQ would help a lot.

TIA for any clues... in the mean time I'll keep googling and reading and see if I can figure it out on my own. Haven't found anything FC4 specific on the topic yet, unfortunately.

Alien Bob 11-16-2005 06:33 AM

Using FUSE and ntfsmount you can do things to an NTFS volume that the NTFS kernel driver can not (yet) do. The
documentation page says quite a couple of times: "works most of the time" but that does not mean it will corrupt your NTFS data.

I suggest you read the above docs and decide for yourself if you want FUSE/ntfsmount or the standard kernel module.

Eric

Crito 11-16-2005 07:55 AM

I have no ntfsmount command on FC4. :( But the faq at linux-ntfs.org was very helpful in verifying what I already suspected, to quote them directly:

Quote:

6.1 Which distributions support NTFS out of the box?

The Linux Distributions that are known to support NTFS are: Mandrake, Debian, SuSE, Gentoo, Lindows and Caldera

In fact, the pattern is, that if the name isn’t RedHat, then they will support NTFS.

Crito 11-16-2005 08:20 AM

RPMs for FC4 (with the latest 2.6.14 kernel) are here BTW:

http://linux-ntfs.sourceforge.net/rpm/fedora4.html

I'm still a little confused about what FUSE is though. I thought it was different than the kernel module, which is what above RPMs are for I guess. Anyway, I just need to read from the partition and don't really care how. ;)


All times are GMT -5. The time now is 08:52 PM.