|
|
发表于 2006-10-30 22:50:52
|
显示全部楼层
Post by lurz
yum Extender安装了ntfs-3g,系统启动到udev有错误的信息,似与fuse有关,ntfs分区不能自动挂载,可进入系统后用ntfs-3g挂载却没问题,如果不卸载关机则有出错提示,但不太懂英文。出错信息看不懂。
于是删除了fuse和ntfs-3g自己编译,编译fuse时,执行make最后的信息为
make[1]: Leaving directory `/temp/ntfs-3g/fuse-2.6.0/example'
make[1]: Entering directory `/temp/ntfs-3g/fuse-2.6.0'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/temp/ntfs-3g/fuse-2.6.0'
执行make check出错:
[lrz@localhost fuse-2.6.0]$ make check
Making check in kernel
make[1]: Entering directory `/temp/ntfs-3g/fuse-2.6.0/kernel'
make[1]: *** 没有规则可以创建目标“check”。 停止。
make[1]: Leaving directory `/temp/ntfs-3g/fuse-2.6.0/kernel'
make: *** [check-recursive] 错误 1
不过安装完fuse和ntfs-3g进入系统时udev处没出错的信息了,可是仍不能自动挂载,只能手动mount。关机时也自动卸载也有出错信息。
请问有没有办法解决。
thank you
禁止SELinux
vi /etc/selinux/config
设置
SELINUX=disabled |
|