Re: The priority of swap areas and the description in/etc/fstab..
"Murakami Hiroshi" <[email protected]> Fri, 1 Nov 2002 01:57:36 +0900 (JST)
| Newsgroups | gmane.linux.redhat.ia64.general |
|---|---|
| Message-ID | <[email protected]> |
This is self reply to my article: "The priority of swap areas and the description in /etc/fstab" I was informed that, if the priority is given as numbers without the minus sign, that makes it fine. And the priority may be duplicated among the swap areas. The same priority swap areas seems to be used like striping, the read and write is distributed across them as possible as they can be. Thus, I can write in /etc/fstab as: --------- ... /dev/sda5 swap swap pri=1 0 0 /dev/sdb1 swap swap pri=1 0 0 /dev/sdc1 swap swap pri=2 0 0 /dev/sdd1 swap swap pri=3 0 0 /dev/hde1 swap swap pri=1 0 0 /dev/hdf1 swap swap pri=1 0 0 .. --------- H.M.