Step- 1: Install
EPEL repository
Step-2 : Install NTFS
Package
#yum install fuse fuse-ntfs-3g (For 5.4)
#yum install ntfs-3g
(For 6 Version)
Step- 3: Plug
USB Drive and run command as:
#fdisk –l
Step-4 : Now
create Directory where USB Drive will be mount
Note:
/dev/sdc1 – USB
Partition
/mnt - Mount
Point
Run command to
to load Fuse driver
#modprobe fuse
Step-5 : Mout
USB Drive
#mount -t ntfs-3g /dev/sdc1 /mnt
#df -h
Output:
/dev/sdc1
7.6G 7.1G 535M
94% /mnt
0 comments:
Post a Comment