最近因為工作的需求,碰到了要在Linux下掛載NTFS的問題,問問Google大神後,找到了解決方法,就貼上來跟大家分享囉:
Setup1. Make sure Linux system can detected your HD. (fdisk –l)
Setup2. Know your kernel version. (uname –r)
Setup3. Reference the following website to get the correct rpm. (Linux-NTFS Project: http://www.linux-ntfs.org/)
Setpu4. rpm –ivh kernel-module-ntfs*
Setup5. Reboot your machine.
Setup6. Create a mount point (mkdir /mnt/ntfs)
Setup7. mount /dev/hda# /mnt/ntfs –t ntfs –o utf8=yes