David Neilson said:
> I am running software RAID on a RH 7.2 box (raidtools-0.90-23).  I have
> configured all system partitions to be mirrored, including swap.  The
> question is:  Does swapping on RAID work?


I do not think software raid can work with swap. unless you use a swap
file .. hardware raid of course works fine with swap. you can get a semi
raid-0 swap setup by setting up multiple swap partitions(1 per disk), and
activating them with the same priority.

e.g.

/dev/hde6       none            swap    defaults,pri=1                  0
0
/dev/hdf6       none            swap    defaults,pri=1                  0

Filename                        Type            Size    Used    Priority
/dev/hde6                       partition       499928  0       1
/dev/hdf6                       partition       499928  0       1


nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to