I have installed the ZFS plugin and I added a pool with mostly default settings. I selected name, Mirror and two drives. I left the rest of the settings as is.
Then I tried to add a Filesystem and when I tried to apply the change I got a "exception 'OMVException' with message 'Failed to mount 'media':
mount: can't find /mnt in /etc/fstab or /etc/mtab' in /usr/share/openmediavault/engined/module/fstab.inc:90" exception.
What have I missed?
I saw a similar question and the one asking the question was asked to enter two commands:
omv-showkey mntent and omv-showkey sharedfolder
So I add those here if that applies to my question as well.
<mntent>
<uuid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</uuid>
<fsname>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx|xxxx-xxxx|/dev/xxx</fsname>
<dir>/xxx/yyy/zzz</dir>
<type>none|ext2|ext3|ext4|xfs|jfs|iso9660|udf|...</type>
<opts></opts>
<freq>0</freq>
<passno>0|1|2</passno>
<hidden>0|1</hidden>
</mntent>
<mntent>
<uuid>c39f2c36-7262-4cb4-b0b1-654a7333429b</uuid>
<fsname>media</fsname>
<dir>/mnt</dir>
<type>zfs</type>
<opts>rw,relatime,xattr,noacl</opts>
<freq>0</freq>
<passno>0</passno>
<hidden>1</hidden>
</mntent>
<mntent>
<uuid>911f38d6-6c61-4eee-81a1-22523de12b1d</uuid>
<fsname>a6eceb29-64d8-48b4-8703-1f79c9c59f08</fsname>
<dir>/media/a6eceb29-64d8-48b4-8703-1f79c9c59f08</dir>
<type>xfs</type>
<opts>defaults,nofail,noexec,usrquota,grpquota,inode64</opts>
<freq>0</freq>
<passno>2</passno>
<hidden>0</hidden>
</mntent>
<mntent>
<uuid>a695e0a1-bb28-4062-9696-03cf52ea03a6</uuid>
<fsname>6484d924-0de7-4ffb-9d68-954d02e36c5b</fsname>
<dir>/media/6484d924-0de7-4ffb-9d68-954d02e36c5b</dir>
<type>xfs</type>
<opts>defaults,nofail,noexec,usrquota,grpquota,inode64</opts>
<freq>0</freq>
<passno>2</passno>
<hidden>0</hidden>
</mntent>
<mntent>
<uuid>2e8e9415-e6e7-46f9-a4ce-284b0dacbe3a</uuid>
<fsname>Kvothe</fsname>
<dir>/Kvothe</dir>
<type>zfs</type>
<opts>rw,relatime,xattr,noacl</opts>
<freq>0</freq>
<passno>0</passno>
<hidden>1</hidden>
</mntent>
<mntent>
<uuid>9a5229d3-44d0-44d8-a472-d2d1089f2e76</uuid>
<fsname>kvothe</fsname>
<dir>/mnt/</dir>
<type>zfs</type>
<opts>rw,relatime,xattr,noacl</opts>
<freq>0</freq>
<passno>0</passno>
<hidden>1</hidden>
</mntent>
<mntent>
<uuid>785ff75c-34cd-4727-84b2-f75ca65cf59a</uuid>
<fsname>kvothe</fsname>
<dir>/mnt</dir>
<type>zfs</type>
<opts>rw,relatime,xattr,noacl</opts>
<freq>0</freq>
<passno>0</passno>
<hidden>1</hidden>
</mntent>
Display More
The odd thing here is that "Kvothe" is a old item from one of my first tries and now deleted...
And as the post got too long, I posted the other file on Pastebin: (removed)