Search code examples
linuxcentosntfs

How to access the NTFS filesystem on CentOS?


i tried:

mkfs.ntfs /dev/sdc1

but command not found, and the locate command shows nothing for mkfs.ntfs.

I tried gparted but the ntfs is hidden...Can anybody help to me?


Solution

  •    sudo yum install ntfsprogs
       sudo yum install ntfs-3g