11/09/2010

Linux - mount NTFS

Check NTFS package installed
# modprobe ntfs
# grep ntfs /proc/filesystems
ntfs

Mount NTFS
# mount -t ntfs /dev/device /mnt/mountpoint