|
|

楼主 |
发表于 2008-4-17 09:59:25
|
显示全部楼层
UUID太麻烦了,一般我用disklabel,不用写那么多,那些硬盘主要做raid,估计顺序其实可能也没影响,不过看着比较别扭,呵呵
bios里面设不了,那是一块比较弱智的pci转ide没办法 ;-(,不过可以通过模块的加载顺序来控制谁先被linux检测出来。
LABEL=/boot /boot ext3 noatime 1 2
LABEL=/gentoo / ext3 noatime 0 1
LABEL=swap none swap sw 0 0
LABEL=/tmp /tmp reiserfs noatime,notail,noexec 0 0
LABEL=/exports /exports reiserfs noatime,notail,nosuid 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
/exports/gentoo/var /var none bind 0 0
/exports/gentoo/portage /usr/portage none bind 0 0
/exports/gentoo/src /usr/src none bind 0 0
/exports/gentoo/opt /opt none bind 0 0
LABEL=/home /home reiserfs noatime,notail,nosuid,usrquota 0 0
LABEL=/srv /srv reiserfs noatime,notail,nosuid 0 0
/srv/ftp /home/ftp none bind 0 0 |
|