Hi guys, new here, please be gentle! :>
I'm currently running cinnamon desktop over fedora 18 and have a mdadm software raid6 array in place.
My issue is that for some odd reason after reinstalling (the same os), every time I boot up, the array shows up under "Devices" as a "9.0TB Volume", which I have to then manually click on to mount after entering my password for authorisation. When I check properties it appears to mount to /run/media/<myuser>.
My /etc/fstab is as follows:
#
# /etc/fstab
# Created by anaconda on Mon Feb 25 18:50:06 2013
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/fedora_faufnir--hp-root / ext4 defaults 1 1
UUID=4f212c32-17e3-4d43-9b6b-3d182aef670c / ext4 defaults 1 2
/dev/mapper/fedora_faufnir--hp-swap swap swap defaults 0 0
And /etc/mdadm.conf reads:
# mdadm.conf written out by anaconda
MAILADDR root
AUTO +imsm +1.x -all
ARRAY /dev/md/tercore metadata=1.2 UUID=f52477e1:ded036fa:95632986:dcb84e51 name=ubuntu:tercore
I double-checked the above and the last part is exactly what is returned by "$ mdadm --detail --scan".
Thus I'm a little stumped as to what I can change to have this mount automatically. On a less pressing note, would love to be able to change the name of the array but haven't been able to figure out how. :v
Thanks in advance for any help!
I'm currently running cinnamon desktop over fedora 18 and have a mdadm software raid6 array in place.
My issue is that for some odd reason after reinstalling (the same os), every time I boot up, the array shows up under "Devices" as a "9.0TB Volume", which I have to then manually click on to mount after entering my password for authorisation. When I check properties it appears to mount to /run/media/<myuser>.
My /etc/fstab is as follows:
#
# /etc/fstab
# Created by anaconda on Mon Feb 25 18:50:06 2013
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/fedora_faufnir--hp-root / ext4 defaults 1 1
UUID=4f212c32-17e3-4d43-9b6b-3d182aef670c / ext4 defaults 1 2
/dev/mapper/fedora_faufnir--hp-swap swap swap defaults 0 0
And /etc/mdadm.conf reads:
# mdadm.conf written out by anaconda
MAILADDR root
AUTO +imsm +1.x -all
ARRAY /dev/md/tercore metadata=1.2 UUID=f52477e1:ded036fa:95632986:dcb84e51 name=ubuntu:tercore
I double-checked the above and the last part is exactly what is returned by "$ mdadm --detail --scan".
Thus I'm a little stumped as to what I can change to have this mount automatically. On a less pressing note, would love to be able to change the name of the array but haven't been able to figure out how. :v
Thanks in advance for any help!