|
发表于 2005-4-13 08:07:42
|
显示全部楼层
不要用noauto选项,表示不自动加载,
好象有帖子说/boot要在/之后,也就是说挂载/boot之前必须挂载/
以下是我的fstab
# <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/hda9 / reiserfs noatime 0 0
/dev/hda8 /boot ext2 noatime 1 1
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0 |
|