Linux: Finally, full read and write support for NTFS available for download
The ntfs-3g driver is an open source, GPL licensed, third generation Linux NTFS driver for 32-bit, little-endian architectures which was implemented by the Linux-NTFS project. It provides full read-write access to NTFS, excluding access to encrypted files, writing compressed files, changing file ownership, access right.
Technically it's based on and a major improvement to the third generation Linux NTFS driver, ntfsmount. The improvements includes functionality, quality and performance enhancements.
You can follow these instructions to install and use NTFS driver.
Read more at mailing list
Download driver here (beta version)
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Download of the day: KNOPPIX 5.1.0
- FreeBSD > How to load device driver (module) automatically every time system comes up?
- Linux File System Limitations For High Performance Computing
- Windows change access permissions from the command line
- Solaris 10 6/06 Released with ZFS support and available for download
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


That’s grerat news, though I’d be very careful of using it with filesystems that have important data on them.
Marc,
You have to be careful or may be test using sandbox system. This is beta but soon it will stable enough to use for day today work.
Guys this is cool news. I am using Live CD to repair lots of Linux and Windows boxes. Now they are giving us next big thing - edit an NTFS file system to repair the windows box.
[...] Thought this was pretty cool (and a long time coming): the Linux NTFS kernel driver has now added write capabilities. If you’ve ever used this – as many people have – than you’ve no doubt noticed how frustrating it can be when you can look at your files, but not touch them! Check out this post at nixCraft with all the dirt. The goals of the Linux-NTFS project are to develop reliable and full feature access to NTFS by the Linux kernel driver, and by a user space filesystem (ntfsmount), and to provide a wide collection of NTFS utilities (ntfsprogs) and a developer’s library (libntfs) for other GPLed programs. We have achieved already a lot, with high quality results. [...]