无法挂载 NTFS格式的分区:mount: unknown filesystem type ‘ntfs’。

问题: 
      # mount –t ntfs /dev/sdb1 /mnt/usb 
      mount: unknown filesystem type ‘ntfs’ 
      这是由于CentOS release 5.3(Final)上无法识别NTFS格式的分区。 

解决办法: 
      通过使用 ntfs-3g 来解决。 
      打开ntfs-3g的下载点http://www.tuxera.com/community/ntfs-3g-download/ ,将最新稳定(当前最新版本为ntfs-3g-2010.8.8.tgz)下载到CentOS,执行以下命令安装: 
      1) 编译安装 ntfs-3g: 
            # ./configure 
            # make 
            # make install (或 sudo make install) 
      2) 查看USB设备点 
            # fdisk -l 
            Disk /dev/sda: 154.7 GB, 154750418432 bytes 
            255 heads, 63 sectors/track, 18814 cylinders 
            Units = cylinders of 16065 * 512 = 8225280 bytes 

            Device   Boot      Start         End       Blocks    Id  System 
            /dev/sda1   *           1          13      104391   83  Linux 
            /dev/sda2              14       18814   151019032+  8e  Linux LVM 

            Disk /dev/sdb: 500.1 GB, 500107861504 bytes 
            255 heads, 62 sectors/track, 61781 cylinders 
            Units = cylinders of 15810 * 512 = 8094720 bytes 

            Device   Boot      Start         End        Blocks   Id  System 
            /dev/sdb1               1       61782   488384000+   7  HPFS/NTFS 

      3) 挂载NTFS分区 
            # mount –t ntfs-3g /dev/sdb1 /mnt/

      摘自:http://www.siutung.org/post/455/(天空极速) 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值