Bon apparement le driver ntfs-3g est installé.
Donc pour résumer j'ai ajouté la ligne suivante dans mon fichier fstab :
/dev/hdb1 /mnt/NT ntfs defaults,rw 0 0
Au démarrage il y a des erreurs au moment du montage.
En revanche quand je fais mount -a j'ai le message suivant :
# mount -a
WARNING: Deficient FUSE kernel module detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. The safe FUSE kernel
driver is included in the official Linux kernels since version
2.6.20-rc1, or in the FUSE 2.6.0 or later software packages,
except the faulty FUSE version 2.6.2. Please see the next page
for more help:
http://www.ntfs-3g.org/support.html#fuse26
Es ce que ça vous dit quelque chose ?