Ok...that almost worked. When I reboot it says :
There were errors checking ...with fsck.
I to ignore, s to skip etc
then
An error occured when trying to mount /home/myName/Data.
Press I to ignore, S to skip mounting, or M for manual recovery.
So....I am officially lost

For reference, here is my complete fstab:
- Code: Select all
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
#
# / was on /dev/sda1 during installation
UUID=636de276-b929-4685-b250-ee309091a944 / ext4 errors=remount-ro 0 1
#
# swap was on /dev/sda5 during installation
UUID=c01066f9-c225-459e-82fd-accb7f1503a6 none swap sw 0 0
#
#RAID 1 array mount to ~/Data
UUID=860e0b12-965e-33c1-863f-599b2ff6603a /home/myName/Data ext4 defaults 0 2
Also, I had two more general newbie-ish questions:
If I put a file called test in ~/Data (before I mount the array) and then the array is mounted, will I still see test? Does mounting to a mount point show only what was mounted? I imagine it does, but with my array not working I cannot test.
Also, if I were to mount the array as ~, would any of the defaults or dump or pass change?
Thanks again. I really appreciate this help,
Nkk
EDIT:
If I change the end to "defaults 0 0" then I do not get the fsck problem, but the errors mounting thing still happens.