On 30/11/2007, MHR mhullrich@gmail.com wrote:
On Nov 29, 2007 9:39 AM, Akemi Yagi amyagi@gmail.com wrote:
You can access (read/write) NTFS partitions from Linux:
You can also build the NTFS module that comes with the kernel and modprobe it, or you can rebuild the kernel with the configuration changed to allow write access to NTFS file systems and install that.
The NTFS driver included in the kernel is considered unreliable in its support for NTFS writing. The de-facto standard is NTFS-3G, which is developed as a FUSE module (i.e. not a kernel module). I would advise against using the kernel module as it is recognized as not supporting NTFS writing reliably.
--Amos