1. install epel repo on the server.
root@base ~]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm2. install the NTFS-3Groot@base ~]# yum install ntfs-3g3. Load the fuse driver ' root@base ~]# modprobe fuse4. To mount the ntfs partition, enter:root@base ~]# mount -t ntfs-3g /dev/sda1 /mnt/harry
No comments:
Post a Comment