红联Linux门户
Linux帮助

新手问路、访问NTFS分区

发布时间:2009-03-05 15:33:44来源:红联作者:zhengf
我安装了RH12.0版,内核版本2.6.18.*.el5xen,准备访问NTFS分区格式的C盘,在安装fuse时出错,如下
[root@localhost fuse-2.5.3]# ./configure --with-kernel=/boot
configure: configuring in kernel
configure: running /bin/sh './configure' --prefix=/usr/local '--with-kernel=/boot' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking kernel source directory... /boot
checking kernel build directory... /boot
checking kernel source version... Not found
configure: error:
*** Cannot determine the version of the linux kernel source. Please
*** prepare the kernel before running this script
configure: error: /bin/sh './configure' failed for kernel
我理解可能是LINUX源代码找不到,它的源代码在哪里呢,我的/usr/src下没有该目录,还有一个问题是挂载了USB优盘,在命令行状态/mnt/usb/目录下只能见到001、002之类目录,没有中文显示,加载了iocharset、cp等参数无用,请教高手帮助,谢谢!
文章评论

共有 2 条评论

  1. firesk 于 2009-03-06 16:35:02发表:

    楼上正解~ 访问ntfs要装软件??不解

  2. bradshen 于 2009-03-06 15:38:40发表:

    没人回答? 内核都在 /boot 路径啊,你的命令都写出来了,看一下grub的menu.lst 里面详细写着你内核文件的名称那。 貌似无法识别你的内核版本? FUSE 需要编译内核么,才疏学浅,路过胡乱写两句。