How to Access NTFS From Centos
- 1). Log in to CentOS as the root user.
- 2). Open the Terminal from the system menu if you aren't already logged in to it.
- 3). Type "fdisk -l" to get a list of the hard drives that are connected to the computer. Note the "/dev/" location of your NTFS hard disk -- for example, "/dev/ntfsdrive."
- 4). Type "mount /dev/ntfsdrive /mnt/ntfsmount" and press "Enter" to mount the NTFS drive to the "/mnt/ntfsmount" folder on the computer. You can now access the NTFS drive contents from the "/mnt/ntfsmount" folder.
Source...