Problem: # mount & amp; ndash; tntfs/dev/sdb1/mnt/mount: unknownfilesystemtype & amp; lsquo; ntfs & amp; rsquo; this is because CentOSrelease5.5 (Final) partitions in NTFS format cannot be identified. Solution: by using ntfs-3...
Problem:
# Mount-t ntfs/dev/sdb1/mnt/
Mount: unknown filesystem type 'ntfs'
This is because partitions in NTFS format cannot be identified on CentOS release 5.5 (Final.
Solution:
Solved by using NTFS-3G.
Open the download point NTFS-3G for the http://www.tuxera.com/community/ntfs-3g-download/, download the latest stable (current latest version is ntfs-3g-2011.1.15) to CentOS, and run the following command to install:
1) compile and install NTFS-3G:
# Tar zxvf ntfs-3g-2011.1.15.tgz
# Cd ntfs-3g-2011.1.15
#./Configure
# Make
# Make install
After finding it on the Internet, you still cannot mount it in the same way. Finally, you can find the method on the official website, as shown below:
Mount-t NTFS-3G/dev/sda5/mnt/windows
In this way, you can mount the instance. if you want to start the instance, edit the/etx/fstat file.
As follows:
/Dev/sda4/mnt/windows NTFS-3G defaults 0 0
Finally, you can use mount/mnt/windows to check whether the fstab file is correct.
This article is from luyafei's BLOG