[CentOS] Sharing Partitions between Linux and Windows

Fri Nov 30 08:39:10 UTC 2007
MHR <mhullrich at gmail.com>

On Nov 29, 2007 9:39 AM, Akemi Yagi <amyagi at gmail.com> wrote:
>
> You can access (read/write) NTFS partitions from Linux:
>
> http://wiki.centos.org/TipsAndTricks/NTFSPartitions
>

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.

To build the module, look here for guidance:
http://wiki.centos.org/HowTos/BuildingKernelModules

To build the kernel, see here: http://wiki.centos.org/HowTos/Custom_Kernel

mhr