|
|

楼主 |
发表于 2005-3-4 18:54:56
|
显示全部楼层
/etc/rc.d/rc.sysinit粗看了一遍
但不是很清楚为何有时OK,有时显示Failure:
Mounting local filesystems …… mount no medium found [Failure]
/etc/rc.d/rc.sysinit节选
# Mount all other filesystems (except for NFS and /proc, which is already
# mounted). Contrary to standard usage,
# filesystems are NOT unmounted in single user mode.
action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs -O no_netdev
/etc/fstab:
[18:38:53 No.37@ ~]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/lg_fc3_root / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/lg_swap swap swap defaults 0 0
/dev/VolGroup00/lv_linux /linux ext3 defaults 0 0
/dev/hda5 /wine vfat iocharset=gb2312 0 0
/dev/hdc /media iso9660 iocharset=gb2312 0 0
请兄弟们再分析一下 |
|