LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   NTFS write support with Red Hat/Fedora (https://www.linuxquestions.org/questions/linux-distributions-5/ntfs-write-support-with-red-hat-fedora-464741/)

pushpraj 07-17-2006 12:56 AM

NTFS write support with Red Hat/Fedora
 
Hello,
Anyone knows how to compile kernel for ntfs write support.I am able to read ntfs partition by using ntfs kernel rpms.but i want to write. Or is there any alternatives.


Pushpraj

ugenn 07-17-2006 08:53 PM

kernel has rudimentary write (in-place) suppport. You You can also check out captive-ntfs. Couple days ago, a news article appeared on /. rgd the linux-ntfs team's progress with their userland fuse driver: http://developers.slashdot.org/artic.../07/15/1346250

cs-cam 07-17-2006 10:06 PM

You can find the current status of NTFS support in linux on this page. Since kernel 2.6.16 the kernel driver supports safe reading and writing. Contrary to what most people say, you can in fact write files and change their size and most basic stuff works.

The FUSE driver supports a lot more as you can use userspace libs as opposed to writing everything into the kernel. It never used to be as quick as the kernel driver, I've seen reports of people getting as low as 200KB/s transfer rates with the FUSE driver however the new ntfs-3g driver that was recently released is supposed to be even quicker than the kernel ext3 driver. Sounds interesting at any rate.


All times are GMT -5. The time now is 03:39 AM.