Re: raid/mdadm help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Le 24/06/2014 18:43, Rodney D. Myers a écrit :
I suggest: use fdisk to create a partition on your 500Gb disk and save
it as fd type (raid autodetect), then dupplicate this partition on
your other disks like this:
sfdisk -d /dev/sdb | sfdisk /dev/sdc
sfdisk -d /dev/sdb | sfdisk /dev/sdd
sfdisk -d /dev/sdb | sfdisk /dev/sde
Then you create the raid array:
/sbin/mdadm --create --verbose /dev/md0 --level=5
--raid-devices=4 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1
Then you format the array
mkfs.ext4 /dev/md0
Then you finish as I said in my previous mail...
- --
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlOpt5MACgkQdE6C2dhV2JXXpwCffUUrNYM8ir0uuvpz2nR0dQgy
0R4AoLh22StxFpAPAK4/4ZZTf8m6D/I9
=luWf
-----END PGP SIGNATURE-----
Reply to: