#
# Look at /usr/doc/md-035/raid.html or http://www.ssc.com/lg/issue17/raid.html
# Also check out the man page for "mdcreate" and the rest.
# Below was created with:
# /sbin/mdcreate linear /dev/md0 /dev/sda2 /dev/sdb2
# To activate:
# mdadd -a
# mdrun -a
# mke2fs /dev/md0
# mount /dev/md0 /mnt
# To deactivate:
# umount /dev/md0
# mdstop -a
#
# The md driver linear has to either be compiled as a module or in the kernel
#
# You probably should delete this mess, but this is a good quick example of
# adding two drives/partitions into one bigger partition.  This works very
# well and seems to be at least as fast as using the partitions seperate.
#
# mdtab entry for /dev/md0
#/dev/md0	linear,4k,0,da4aeb92	/dev/sda2 /dev/sdb2 
