发信人: neal()
整理人: hahalee(1999-04-22 01:58:30), 站内信件
|
这个档案定义当你开机时, 你想 mount 哪些 partition. 例如. /dev/sd0a / ufs rw 1 1 /dev/sd0e /dos msdos ro,-gmsdos,-m750 1 1 /dev/sd0g /usr/local ufs rw,userquota 1 1 /dev/sd0h /home ufs rw,userquota,groupquota 1 1 /dev/sd0b none swap sw 0 0 proc /proc procfs rw 0 0 kern /kern kernfs rw 0 0 详情请 man fstab. 如果你的 /usr 没有跟 / 放在一起,要特别注意,/usr 不可以放在 使用 LKM 载入的 filesystem 後面。例如,你的 MSDOSFS 是利用 LKM 载入的(也就是说,你没有把 MSDOSFS 编译在 kernel 中),你的 /dos 一定要放在 /usr 後面,不然开机会失败,例如: modload:exec(/usr/bin/ld):NO such file or directiory msdos:vfsload(msdos):Operation not permitted Filessystem mount failed,startup aborted Enter pathname of shell or RETURN for sh
-- ※ 来源:.网易 BBS bbs.netease.com.[FROM: dmx320.resnet.ust.hk]
|
|