http://linux-ntfs.sourceforge.net/info/index.html#3.3
Can I write to an NTFS Volume, too?
NO.
There are two drivers, currently. The original driver, in 2.4 has some write code in it, but it is extremely dangerous to use it. The possibility of destroying your filesystem is very high.
The new driver, introduced in 2.5.11, has no write code at all. This may sound like a backwards step, but it was necessary to rewrite the driver in order to make the future coding simpler and more solid.
Adding write support will take a long time. NTFS is built like a database. Any changes you make, necessitate making changes in many places, for consistancy. Make a mistake and the filesystem will be damaged, make too many mistakes and the filesystem will be destroyed. Also, the current developers are only working on NTFS as a hobby, during their free time. If you'd like to help, please email me: webmaster@flatcap.org.
--
Donc oui c'est dans le TODO, mais il faut voir ça comme un "souhait" à long terme. Le nouveau module viendra sans aucun support pour l'écriture, contrairement à l'actuel.