2014-03-10

Linux CentOS-5.3 mounted NTFS

Operated under System: CentOS 5.3


Source code request:
01- fuse mount: fuse-2.7.3.tar.gz
02- ntfs-3g-2009.4.4.tgz


step-01: Software of "Fuse" installation
     # tar xzvf fuse-2.7.3.tar.gz
     # cd fuse-2.7.3
     # ./configure
     # make
     # make install
     # /sbin/modprobe fuse
        (no wrong message shows up)


step-02: Software of "ntfs-3g" installation
     # tar ntfs-3g-2009.4.4.tgz
     # cd fuse-2.7.3
     # ./configure
     # make
     # make install


step-03: Mount NTFS
# ntfs-3g /dev/hda1 /mnt/hddidk -o locale=zh_TW.UTF-8


沒有留言:

張貼留言