最后查看挂载情况是这样的:
[root@osgis ~]# mount
/dev/hda1 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
automount(pid1644) on /net type autofs (rw,fd=4,pgrp=1644,minproto=2,maxproto=4)/dev/hda6 on /mnt/hda6 type ext3 (rw)
/dev/hda7 on /mnt/hda7 type ext3 (rw)
/dev/hda8 on /mnt/hda8 type ext3 (rw)
/dev/hda9 on /mnt/hda9 type ext3 (rw)
/dev/hda10 on /mnt/hda10 type vfat (rw)
I've got a reply from fedoraforum.org. It follows.
******************
as of your error messages, this is a selinux related issue....
it depends on which selinux mode you are running (setup in /etc/sysconfig/selinux - either warning or enfroced)...i guess you were running in warning mode. this is why you get these messages, but everthing works.
if you haven't a need for selinux, disable it completly (with selinux=disable in /etc/sysconfig/selinux)
******************
It works to disable selinux.