Everytime i am getting the following fault:
Fout #6000:
exception 'OMVException' with message 'Failed to mount '59551d4b-e97e-4d20-818e-593aee2ae764': [mntent]: line 15 in /etc/fstab is bad
mount: can't find /media/59551d4b-e97e-4d20-818e-593aee2ae764 in /etc/fstab or /etc/mtab' in /usr/share/openmediavault/engined/module/fstab.inc:90
It's working if i change the following:
# >>> [openmediavault]UUID=e3bdedcb-9d24-4532-8c7f-fb83d2952401 /media/e3bdedcb-9d24-4532-8c7f-fb83d2952401 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2# <<< [openmediavault]
to:
# >>> [openmediavault]UUID=e3bdedcb-9d24-4532-8c7f-fb83d2952401 /media/e3bdedcb-9d24-4532-8c7f-fb83d2952401 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
# <<< [openmediavault]
As soon when i press the attach drive within omv (new ext4 partition) then i get the line15 fault
and my fstab file is changed to the first one
So still having problems.
Hopefully someone know how to fix it.
If i look at the config.xml the mntent looks like this:
<mntent>
<uuid>9dd4b7a4-3728-40a3-9c8b-39073d89e8cd</uuid>
<fsname>e3bdedcb-9d24-4532-8c7f-fb83d2952401</fsname>
<dir>/media/e3bdedcb-9d24-4532-8c7f-fb83d2952401</dir>
<type>ext4</type>
<opts>defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl</opts>
<freq>0</freq>
<passno>2</passno>
<hidden>0</hidden>
</mntent>