How to Mount USB Drive/ NTFS File system in Linux CentOS

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
Share on Google Plus

About Penguin Technology

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

0 comments:

Post a Comment