|
mount NTFS时遇到了问题?先在论坛里找了找方法,自己动手操作时输入命令如下:
[root@localhost tmp]# mount -t ntfs -o iocharset=cp936 /dev/hda6 /mnt/winf
mount: fs type ntfs not supported by kernel
[root@localhost tmp]#
不太懂,看起来好像是内核不支持,于是又在论坛里着,看一些帖子,怀疑可能是没有kernel-module-ntfs-2.6.9-11.ELhugemem-2.1.20-0.rr.6.0.i686.rpm,在http://linux-ntfs.sourceforge.net/?..桓?并安装,如下
root@localhost tmp]# rpm -ivh kernel-module-ntfs-2.6.9-11.ELhugemem-2.1.20-0.rr.6.0.i686.rpm
Preparing... ########################################### [100%]
1:kernel-module-ntfs-2.6.########################################### [100%]
[root@localhost tmp]# mount -t ntfs -o iocharset=cp936 /dev/hda6 /mnt/winf
mount: fs type ntfs not supported by kernel
[root@localhost tmp]#
但是我mount还是不行,请教,问题出在哪里,我用的是CentOS 4.1 这个版本 |
|