อันนี้ผมใช้วิธี config ใน /etc/fstab เอานะครับ
First thing first is we require this package "ntfs-3g" for read/write support install by using
$ sudo apt-get (aptitude) install ntfs-3g
Then back up the fstab file by
$ sudo cp /etc/fstab /etc/fstab.bak
After that we edit this file
$ sudo vi /etc/fstab
or
$ sudo nano /etc/fstab
$ gksudo gedit /etc/fstab
Add this in to this fstab file:
/dev/<your partition> /media/<mount point> ntfs-3g defaults,locale=en_US.utf8 0 0
Then for make sure check in /media that have the directory that we point at it or not unless we have to create this directory:
$ sudo mkdir /media/<mount point>
Ref: ubuntu forums
ที่มาของบันทึกนี้เกิดจากผมต้อง format Linux partitions แล้ว Install Hardy Heron ลงไปใหม่เจอปัญหา 2 อย่างคือ ไม่มีการ mount ntfs partition มาตั้งแต่ต้นกับ Wireless ไม่สามารถใช้งานได้ตอนนี้ก็กำลังแก้ไขอย่างค่อยเป็นค่อยไป เดี๋ยวไม่ได้ทำงานกันพอดี :D