Clovis Tristao wrote:
Hi, I'm installed one disk with NTFS partition. How to read it?I've tried mount with mount -t ntfs /dev/hdb1 /win, but appear the messagentfs not supported.
You need to install the kernel module for ntfs read support yum install kernel-module-ntfs-$(uname -r)