Changes

From Amahi Wiki
Jump to: navigation, search
19 bytes removed ,  05:39, 12 May 2013
m
#*<blockquote>su -</blockquote>
#*<blockquote>fdisk -l</blockquote>
#*What you are looking for is probably going to be something like /dev/sd**some letter**. In my case, since I installed Fedora on one hard drive first before installing my 3 other disks RAID disks, the above command returns that I have disks labelled /dev/sda /dev/sdb /dev/sdc and /dev/sdd. I, of course, won't be using the hard drive on which I installed Fedora (/dev/sda), so my array will be created using the /dev/sdb /dev/sdc and /dev/sdd disks.
#Unmount the partitions:
#*<blockquote>umount /dev/sdb</blockquote>
That is it! Enjoy your new large storage array!
 
= How to Add New Drives to An Existing Raid5 =