sunphoenixt 发表于 2006-6-13 22:49:21

rpm安装后查询kernel- ntfs却没有 安装不上

# rpm -ivh kernel-module-ntfs-2.6.15-1.2054_fc5-2.1.26-0.rr.10.0.i686.rpm
Preparing...                ###########################################
   1:kernel-module-ntfs-2.6.###########################################
rpm -ql kernel-module-ntfs-2.6.15.1.2054_fc5-2.1.26-0.rr.10.0.i686.rpm
package kernel-module-ntfs-2.6.15.1.2054_fc5-2.1.26-0.rr.10.0.i686.rpm is not installed

sunphoenixt 发表于 2006-6-13 23:02:15

感谢 kingsofter, 刚才在本论坛里搜了一下 ,可以 安一下面的做 :
问题解决了.
在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
页: [1]
查看完整版本: rpm安装后查询kernel- ntfs却没有 安装不上