RedHat9.0 not support "ntfs"?

windows 2k 在 /dev/hdd6 上,fstab not found the "hdd6"
"mount -t ntfs /dev/hdd6 /mnt/dos"
got "ntfs is not supported by kernel" error message.
How can I do ?
---------------------------------------------------------------

1.下载rpm包

http://linux-ntfs.sourceforge.net/info/redhat.html

2.选与你系统相应内核的RPM

#uname -a

注意你的cpu是intel的还是amd的

3.安装rpm包

#rpm -ivh ker*rpm --nodeps --force

4.mount分区的一些具体工作:

#mkdir /mnt/WinC

#mount -t ntfs /dev/hda1 /mnt/WinC

#cd /mnt/WinC

---------------------------------------------------------------

内核都强制RPM安装。。。。我可没这么大胆,用原码把NTFS支持选上重新编译就好

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus