Centos5.5默认不支持挂载NTFS,需要安装软件支持:

  1. wget http://down1.chinaunix.net/distfiles/ntfs-3g-1.2918.tgz 
  2. tar xvf ntfs-3g-1.2918.tgz 
  3. cd ntfs-3g-1.2918 
  4. ./configure 
  5. make 
  6. make install 
  7.  
  8. mkdir /mnt/usb 
  9. mount -t ntfs-3g /dev/sdb1 /mnt/usb -o force