raid 1 setup with setup_harddisks by Sam Vilain
Joachim Schmitz
js at aixtraware.de
Tue Jan 20 17:42:14 CET 2004
with the following in the class for partitioning:
disk configuration for a 2 disk IDE configuration with RAID 1
# (mirroring)
# <type> <mountpoint> <size in mb> [mount options] [;extra options]
disk_config hda
primary / 512 rw,errors=remount-ro ; raid(1,md0)
primary swap 2048 rw ; raid(1,md1)
logical /tmp 4000 rw,notail ; raid(1,md2) -j ext3
logical /usr 9000 rw,notail ; raid(1,md3) -j ext3
logical /var 9000 rw,notail ; raid(1,md4) -j ext3
logical /www 0- rw ; raid(1,md5)
-j ext3
disk_config hdc
primary - 512 ; raid(1,md0)
primary - 2048 ; raid(1,md1)
logical - 4000 ; raid(1,md2)
logical - 9000 ; raid(1,md3)
logical - 9000 ; raid(1,md4)
logical - 0- ; raid(1,md5)
and your setup_harddisks script I get the attached format-log. Which
does look strange to me. Any hint welcome.
--
Mit freundlichen Grüßen Joachim Schmitz
......................................................................
AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851
Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: format.log
Url: http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20040120/87ab5379/attachment.bat
More information about the linux-fai
mailing list