还是无法挂载NTFS分区怎么办?
# uname -aLinux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
# rpm -ivh kernel-ntfs-2.4.20-8.i686.rpm
Preparing... ###########################################
package kernel-ntfs-2.4.20-8 is already installed
# mount -t -ntfs /dev/hda7 /mnt/win-f
mount: fs type -ntfs not supported by kernel
#
以前都是这么装的.这是为什么? mount -t -ntfs /dev/hda7 /mnt/win-f ???
mount -t ntfs /dev/hda7 /mnt/win-f 吧 我是新手,前天才买的盒装FC5。安装手册上说,linux不能挂载ntfs分驱 ? # mount -t ntfs /dev/hda7 /mnt/win-f
mount: fs type ntfs not supported by kernel
我已经晕了,不行就编译内核了! 。。。可怜,居然要重新编译内核了。搜索一下如何编译内核吧。 # mount -t ntfs /dev/hda7 /mnt/win-f
mount: fs type ntfs not supported by kernel
我已经晕了,不行就编译内核了!
不用昏了,编译吧。
FC5怎么这么红? 问题解决了.
在http://www.linux-ntfs.org/content/view/127/63/网站上,按照下面的方法卸载,重装就可以了.这种方法也适用于装错kernel-ntfs组件挂载不了的问题.
Uninstall
If you wish to remove the NTFS RPM, first list all the RPMs with ntfs in their name. You output might look something like this:
rpm -qa | grep -i ntfs
kernel-module-ntfs-2.6.9-1.667smp-2.1.20-0.fc.1.2
Then, cut and paste the name into the rpm erase command:
rpm -e kernel-module-ntfs-2.6.9-1.667smp-2.1.20-0.fc.1.2 http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
不用那么麻烦了,我教大家一个方法
到www.linux-ntfsorg下载一个对应你的版本的ntfs的rpm驱动包安装就可以了,不过版本一定要对,比如i586选i686就不行的 。大家记得用uname -a查看自己的版本。肯定可以的,祝大家成功!不行的话,把问题写清楚一点。donyzhou 上面网址打错了 应该是 :www.linux-ntfs.org 谢谢,我的同样的问题也解决了 !
页:
[1]