|

楼主 |
发表于 2006-8-13 08:08:10
|
显示全部楼层
我把//var/log/messages 中的内容贴出来
Aug 13 08:11:02 localhost autofs: automount startup succeeded
Aug 13 08:11:05 localhost dbus: Can't send to audit system: USER_AVC pid=2594 uid=81 loginuid=-1 message=avc: denied { send_msg } for scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:initrc_t tclass=dbus
Aug 13 08:11:40 localhost last message repeated 7 times
Aug 13 08:11:45 localhost dbus: Can't send to audit system: USER_AVC pid=2594 ui:
Aug 13 08:11:52 localhost automount[5448]: >> mount: special device /dev/hdc5 does not exist
Aug 13 08:11:52 localhost automount[5448]: mount(generic): failed to mount /dev/hdc5 (type vfat) on /mnt/data
Aug 13 08:11:52 localhost automount[5448]: failed to mount /mnt/data
Aug 13 08:11:52 localhost automount[5450]: >> mount: special device /dev/hdc5 does not exist
Aug 13 08:11:52 localhost automount[5450]: mount(generic): failed to mount /dev/hdc5 (type vfat) on /mnt/data
Aug 13 08:11:52 localhost automount[5450]: failed to mount /mnt/data
Aug 13 08:11:52 localhost automount[5452]: >> mount: special device /dev/hdc5 does not exist
Aug 13 08:11:52 localhost automount[5452]: mount(generic): failed to mount /dev/hdc5 (type vfat) on /mnt/data
Aug 13 08:11:52 localhost automount[5452]: failed to mount /mnt/data
Aug 13 08:11:55 localhost dbus: Can't send to audit system: USER_AVC pid=2594 uid=81 loginuid=-1 message=avc: denied { send_msg } for scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:initrc_t tclass=dbus
#ls -ld /mnt
[root@localhost ~]# ls -ld /mnt
drwxr-xr-x 2 root root 0 8月 13 08:11 /mnt
[root@localhost ~]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none 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(pid5433) on /mnt type autofs (rw,fd=5,pgrp=5433,minproto=2,maxproto=4) |
|