I am trying to mount my USB stick which is formatted by NTFS file system, but it is failed to mount on my centos machine
[root@localhost ~]# mount /dev/sdc1 /mnt
mount: unknown filesystem type ' ntfs'
How do i mount a NTFS filesystem in linux? does its supported in linux?