


sudo apt-get install mdadm sudo sh -c "sfdisk -d /dev/sdb | sfdisk /dev/sdc"
sudo hdparm -z /dev/sdc sudo mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sd[bc]2
sudo sh -c "mdadm -Ds >> /etc/mdadm/mdadm.conf" sudo mkswap /dev/sdb1
sudo mkswap /dev/sdc1
sudo mkfs.ext4 /dev/md0 sudo mount /dev/md0 /mnt
sudo rsync -vax / /mnt/ sudo blkid sudo vi /mnt/etc/fstab for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done
sudo chroot /mnt
update-initramfs -u
dpkg-reconfigure grub-pc exit
for i in /dev/pts /dev /proc /sys; do sudo umount /mnt$i; done mount swapon -s

Schoza wrote:hi
well i got to No 10. mounted the raid array
when i coping mint to it it filled the hard drive up completely got a low disc error(took hours copying it)
not sure what happened
it looked like the raid mounted ok though
appreciate any assistance



Schoza wrote:Would you mind posting 'df -h', 'sudo blkid' and 'cat /proc/mdstat' ?
can u please explain






Schoza wrote:hey minty
ok got it working
but when i copied os to raid
i got an error saying not all files copied
is there a way i can check if file system is in tact
sending incremental file list
rsync: link_stat "/home/user/.gvfs" failed: Permission denied (13)
sent 63051 bytes received 841 bytes 42594.67 bytes/sec
total size is 832777782 speedup is 13034.15
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.9]also i am going to write a tutorial using ur instruction step by step giving you the credit of course, for newbs like myself
can i email it to you before i post it to proof it for me
last thing what is the best way to format the raid array to begin again, so i can write the tutorial step by step as i set up






Users browsing this forum: bigj231, mhauden, OldgitTom and 44 guests