Hi Bigfoot65,
I appreciate your trying to help but Linux is new to me and I'm struggling a bit.
Anyway, this is where I am.
I decided to take the two 2TB drives out of my server and start again.
I went into the BIOS and broke the RAID1 mirror, shut down and removed the drives.
Restarted and made sure the server and Amahi were working as I expected them to. All was OK.
Switched off and inserted ONE of my drives and followed the instructions in the Wiki for adding another drive to the hda.
All went as per the instructions and I was able to move shares to the new drive and use it in Amahi.
Switched off and inserted my 2ND drive as an individual drive.
Restarted and followed the instructions in the Wiki for adding another drive again.
All went well and now Ahami could see both my two 2TB drives as individual drives and I was able to move shares and data around.
I know you say "There really is no need for RAID as Greyhole will keep copies of all your share files" but I don't understand Greyhole enough to put my trust in it.
I want to be sure that if one drive fails, all my data is intact as a copy on the other drive. That's why I want to use a RAID1 mirror.
Anyway, I reverted all the shares to their original location and used Fedora's drive utility.
You have to open a terminal as root and run the command
palimpsest. Don't know why the disk utility has the command palimpsest, makes no sense to me.
Using the disk utility, I was able to select the two 2TB drives and create a software RAID1.
The disk utility gave me a device name of
/dev/md0p1 and once it was formatted, it mounted it as
/media/RAID1/
I then added the line
/dev/md0p1 /media/RAID1/ ext4 users,rw 0,0 to
/etc/fstab
After a reboot it was not mounted. Disk utility reported it with a different device name.
It now had the device name
/dev/md127p1
Edited
/etc/fstab to reflect the new device name and ran
mount -a
It failed with error "mount point RAID1 does not exist."
Created folder RAID1 in /media using terminal and tried command again but still failed.
Created folder RAID1 in /var/hda/files. Edited mount command in
/etc/fstab to new location and tried
mount -a again.
This time it worked.
Aftr reboot the software raid was mounted automatically as
/dev/md127p1/ /var/hda/files/RAID1
So this is where I am, I have it working but only by using software RAID. This is not ideal as it carries a large processor overhead.
Much better to have the hardware perform the RAID I think.
So, tomorrow I'm going to break it all again, re-create the hardware RAID mirror in the BIOS and see if I can work out how to mount that.
Hopefully. all this is of some help to others as well.
Thanks.