Re: Trying to implement RAID 1 [using mdadm] from an existing hard drive
OK...finished up a big project, backed up all my programs, and I am finally giving this a shot.
I am about to let the RAID sync run all night, but I wanted to ask some questions about setting up my fstab.
Once the RAID sync is completed, I see that I create the mdadm config file. At this point, I will still be running off of my live CD, correct? Then, I would assume, I correct my /etc/fstab and then I reboot into my real system?
My question is getting to that /etc/fstab. I know that to write to it, I will need to mount that partition. How do I do that? I know how to mount a regular partition...
Once the sync is done, do I just:
mount /dev/md3 / && mount /dev/md4 /home ?
Then write the mdadm config file and then correct my fstab?
Thanks again for your help...sorry to drag this on for so long.
OK...finished up a big project, backed up all my programs, and I am finally giving this a shot.
I am about to let the RAID sync run all night, but I wanted to ask some questions about setting up my fstab.
Once the RAID sync is completed, I see that I create the mdadm config file. At this point, I will still be running off of my live CD, correct? Then, I would assume, I correct my /etc/fstab and then I reboot into my real system?
My question is getting to that /etc/fstab. I know that to write to it, I will need to mount that partition. How do I do that? I know how to mount a regular partition...
Once the sync is done, do I just:
mount /dev/md3 / && mount /dev/md4 /home ?
Then write the mdadm config file and then correct my fstab?
Thanks again for your help...sorry to drag this on for so long.
Comment