NTFS read&write
Van MandrivaClub.NL Wiki
on the LiveCD, in a terminal
su
Look with
mount
at what partition uses NTFS and where it is mounted. For example, it is hda1 on /mnt/win_c
umount /mnt/win_c modprobe fuse mount -t ntfs-3g /dev/hda1 /mnt/win_c

