Hello,
i have set up OMV with unionfs and i already read the posts from @ FBN02
How i fixed the hang at boot and got my sata hat working with unionfs
But i really don’t know how to solve this…
I have moved the fstab mount lines from OMV
/dev/disk/by-uuid/296a9557-48ec-4f58-8773-e520c4a6261b /srv/dev-disk-by-uuid-296a9557-
48ec-4f58-8773-e520c4a6261b ext4
defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
/dev/disk/by-uuid/a02154f2-1bab-47c0-8edc-3a7b1e7bc028 /srv/dev-disk-by-uuid-a02154f2-
1bab-47c0-8edc-3a7b1e7bc028 ext4
defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
/dev/disk/by-uuid/d5dfa04e-a415-4b07-a66c-f9bf5afd455c /srv/dev-disk-by-uuid-d5dfa04e a415-
4b07-a66c-f9bf5afd455c ext4
defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
/dev/disk/by-uuid/d829eccd-7573-45af-956b-642e43cc776c /srv/dev-disk-by-uuid-d829eccd-
7573-45af-956b-642e43cc776c ext4
defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
/srv/dev-disk-by-uuid-d5dfa04e-a415-4b07-a66c-f9bf5afd455c:/srv/dev-disk-by-uuid-d829eccd-
7573-45af-956b-642e43cc776c:/srv/dev-disk-by-uuid-a02154f2-1bab-47c0-8edc-3a7b1e7bc028
/srv/f9a1d54c-f1c5-447e-aee7-5732e211433c fuse.mergerfs defaults,allow_other,cache.files=off,use_ino,category.create=epmfs,minfreespace=4G,fsname=MeinNAS:f9a1d54c-f1c5-447e-aee7-5732e211433c,x-systemd.requires=/srv/dev-disk-by-uuid-d5dfa04e-a415-4b07-a66c-f9bf5afd455c,x-systemd.requires=/srv/dev-disk-by-uuid-d829eccd-7573-45af-956b-642e43cc776c,x-systemd.requires=/srv/dev-disk-by-uuid-a02154f2-1bab-47c0-8edc-3a7b1e7bc028 0 0
And i can boot now but my drives are not mounted anymore and when i try to mount them manually OMV gives out a error code.
Is there now a final soultion on how to fix this problem? I really struggle with this…i have already reflashed my SD-card for countless times…
i would really appreciate someones help or instructions.
@StephaneP Do you know a solution yet? I have seen in the other post that you wanted to write a wiki entry
Quick update:
I am now able to succesfully start the Pi with the SATA HAT and when i reboot it i can copy the lines into fstab again, then mount the drives with mount -a
and then delte the lines again for next reboot.
The only problem is when i do this more then twice the command line gives me a error that it is unable to mount the drives and i have to use a nonempty
mount option.
Is there a way to make this more usable and also does the mount and remount thing influence my drives and data? Because from what i know if i mount something with data inside it will make the data look disapear and when you unmount it it will show it again.
Does someone know how to help me?