Pages

Wednesday, October 21, 2015

Mounting NTFS disk / usb in Linux

***  At first install epel  repository

# yum install epel*

*** Then install package  ntfs-3g  to mount ntsf files

# yum install ntfs-3g

*** Now Mount your USB directory by  
# fdisk -l

# mount -t ntfs-3g /dev/sdb1 /mnt/

*** Now check disk

# df -h



No comments:

Post a Comment