[Gllug] Hard disk recommendations please

John Edwards john at cornerstonelinux.co.uk
Wed Dec 8 16:24:42 UTC 2010


On Tue, Dec 07, 2010 at 04:48:11PM +0000, Patrick Moody wrote:
<snip lots of dense text without line breaks>
> In the meantime is there a sensible way to prepare the first disk for being made into half of a RAID 1 array?
<snip>

Use "missing" as the other device name, eg:
	sudo mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sda2 missing

Then you can format and mount /dev/md0 as the filesystem.

Last time I looked you can not do the "missing" trick through the
Debian/Ubuntu installer and have to switch toanother console using
Alt-F2 to run the command manually.


And when you add the 2nd disk later run something like:
	sudo mdadm --add /dev/md0 /dev/sdb2


-- 
#---------------------------------------------------------#
|    John Edwards   Email: john at cornerstonelinux.co.uk    |
#---------------------------------------------------------#
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Digital signature
URL: <http://mailman.lug.org.uk/pipermail/gllug/attachments/20101208/81dd7ad1/attachment.pgp>
-------------- next part --------------
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug


More information about the GLLUG mailing list