<Dheeraj_k> i just installed latest kernel but still not able to write any thing in ntfs drive
<PerfDave> Dheeraj_k: I don't think writeable NTFS support is in the upstream Linux kernel, because it depends on non-Free software.
<jelly-home> PerfDave: say what?
<jelly-home> Dheeraj_k: /msg dpkg ntfs-3g ... but ntfs-3g is a work in progress... HAVE BACKUPS
<PerfDave> jelly-home: Say what what?
<jelly-home> PerfDave: oh, sorry, the "ntfs driver depends on non-free so that's why it isn't in the kernel tree"
<jelly-home> PerfDave: sounds strange... what non-free software does it depend on? ntfs-progs (libntfs) is AFAICT free.
<PerfDave> jelly-home: Hmm, I thought that all the usable NTFS stuff wrapped around the Windows DLL?
<jelly-home> PerfDave: nope, current state of the art is a devel version of libntfs ("ntfs-3g") used with fuse.
<PerfDave> jelly-home: Which doesn't use any of the Windows code at all?
<jelly-home> PerfDave: Correct.
<PerfDave> jelly-home: Fair enough, I stand corrected
<PerfDave> There have been GPL-licensed wrappers for proprietary code before.
<Dheeraj_k> <jelly-home> if libntfs is free than can we expect ntfs write support in future release of kernel?
<jelly-home> PerfDave: there was that captive-ntfs hack that used pieces of wine, ReactorOS and windows dlls, yes
jelly-home> Dheeraj_k: Dunno... as it is now, you don't need support in kernel at all - just use ntfs-3g
<jelly-home> Dheeraj_k: ... the only thing needed from kernel is fuse, and it's been available in vanilla kernels since 2.6.15
<Dheeraj_k> <jelly-home> thanx for the information
<jelly-home> Dheeraj_k: you're welcome