linux 找不到ntfs,Linux系统挂载NTFS分区(无kernel-ntfs对应版本包)

本人使用的是CentOS 5.4 64的系统,挂载普通移动硬盘时,发现没有对应centos 5.4 内核2.6.18-164.el5 x86_64的ntfsrpm包。

当没有ntfs的内核支持包的时候,用以下方法挂载ntfs移动硬盘

一.下载所需源码

fuse最新版本官网下载地址:http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.3/fuse-2.8.3.tar.gz/download

ntfs-3g最新版本官网下载地址:http://www.tuxera.com/opensource/ntfs-3g-2010.10.2.tgz

二.安装源码

建议安装前阅读INSTALL、REDEME文档里面有详细的安装方法和参数说明。

1.安装fuse

[root@localhost ~]#tar –zxvf fuse-2.8.3.tar.gz

[root@localhost ~]#cd fuse-2.8.3

[root@localhost ~]#./configure

[root@localhost ~]#make && make install

[root@localhost ~]#modprobe fuse

2.安装ntfs-3g

[root@localhost ~]#tar –zxvf ntfs-3g-2010.3.6.tgz

[root@localhost ~]#cd ntfs-3g-2010.3.6

[root@localhost ~]#./configure

[root@localhost ~]#make && make install

三.挂载NTFS分区

mount -t ntfs-3g /dev/sda1 /mnt/windows

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值