kingpotter 发表于 2006-4-23 18:00:45

还是无法挂载NTFS分区怎么办?

# uname -a
Linux 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
#


以前都是这么装的.这是为什么?

yfzero 发表于 2006-4-23 20:05:32

mount -t -ntfs /dev/hda7 /mnt/win-f ???
mount -t ntfs /dev/hda7 /mnt/win-f 吧

simaomao 发表于 2006-4-23 20:37:19

我是新手,前天才买的盒装FC5。安装手册上说,linux不能挂载ntfs分驱 ?

kingpotter 发表于 2006-4-23 21:45:06

# mount -t ntfs /dev/hda7 /mnt/win-f
mount: fs type ntfs not supported by kernel

我已经晕了,不行就编译内核了!

jozhu 发表于 2006-4-24 10:08:34

。。。可怜,居然要重新编译内核了。搜索一下如何编译内核吧。

我爱DDR 发表于 2006-4-24 12:03:02

# mount -t ntfs /dev/hda7 /mnt/win-f
mount: fs type ntfs not supported by kernel

我已经晕了,不行就编译内核了!

不用昏了,编译吧。

FC5怎么这么红?

kingpotter 发表于 2006-4-25 10:56:56

问题解决了.
在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

kingpotter 发表于 2006-4-25 14:51:26

http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash

donyzhou 发表于 2006-4-26 12:47:43

不用那么麻烦了,我教大家一个方法

到www.linux-ntfsorg下载一个对应你的版本的ntfs的rpm驱动包安装就可以了,不过版本一定要对,比如i586选i686就不行的 。大家记得用uname -a查看自己的版本。肯定可以的,祝大家成功!不行的话,把问题写清楚一点。

donyzhou

donyzhou 发表于 2006-4-26 12:49:02

上面网址打错了 应该是 :www.linux-ntfs.org

sunphoenixt 发表于 2006-6-13 22:59:51

谢谢,我的同样的问题也解决了 !
页: [1]
查看完整版本: 还是无法挂载NTFS分区怎么办?