I am running the OMV ISO in a VM under Proxmox. I have a directory exposed from the host to the OMV guest via virtiofsd.
My issue is that I cannot create a sharable folder because I do not have a file system. So the question would be if this is a limitation of OMV, or if I am missing something.
I assume OMV is looking for block devices and that is the issue.
fstab:
Code
UUID=eaf19a96-e1e3-4c2d-a225-fff096b5b9ec / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=917996f0-1529-4f99-8b24-76c5a8aef4a3 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
data /data virtiofs defaults
Disk info from Report:
Code
================================================================================
= Block device attributes
================================================================================
/dev/sda5: UUID="917996f0-1529-4f99-8b24-76c5a8aef4a3" TYPE="swap" PARTUUID="589d2021-05"
/dev/sda1: UUID="eaf19a96-e1e3-4c2d-a225-fff096b5b9ec" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="589d2021-01"
================================================================================
= File system disk space usage
================================================================================
Filesystem Type 1024-blocks Used Available Capacity Mounted on
udev devtmpfs 4037052 0 4037052 0% /dev
tmpfs tmpfs 813132 2048 811084 1% /run
/dev/sda1 ext4 11292908 2658772 8038680 25% /
tmpfs tmpfs 4065648 0 4065648 0% /dev/shm
tmpfs tmpfs 5120 0 5120 0% /run/lock
data virtiofs 13672380416 13388911964 280533252 98% /data
tmpfs tmpfs 4065648 0 4065648 0% /tmp
================================================================================
= Static information about the file systems
================================================================================
# /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).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=eaf19a96-e1e3-4c2d-a225-fff096b5b9ec / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=917996f0-1529-4f99-8b24-76c5a8aef4a3 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
data /data virtiofs defaults
================================================================================
= Mount information
================================================================================
22 28 0:20 / /sys rw,nosuid,nodev,noexec,relatime shared:7 - sysfs sysfs rw
23 28 0:21 / /proc rw,nosuid,nodev,noexec,relatime shared:12 - proc proc rw
24 28 0:5 / /dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=4037052k,nr_inodes=1009263,mode=755,inode64
25 24 0:22 / /dev/pts rw,nosuid,noexec,relatime shared:3 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
26 28 0:23 / /run rw,nosuid,nodev,noexec,relatime shared:5 - tmpfs tmpfs rw,size=813132k,mode=755,inode64
28 1 8:1 / / rw,relatime shared:1 - ext4 /dev/sda1 rw,errors=remount-ro
29 22 0:6 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:8 - securityfs securityfs rw
30 24 0:25 / /dev/shm rw,nosuid,nodev shared:4 - tmpfs tmpfs rw,inode64
31 26 0:26 / /run/lock rw,nosuid,nodev,noexec,relatime shared:6 - tmpfs tmpfs rw,size=5120k,inode64
32 22 0:27 / /sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:9 - cgroup2 cgroup2 rw,nsdelegate,memory_recursiveprot
33 22 0:28 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:10 - pstore pstore rw
34 22 0:29 / /sys/fs/bpf rw,nosuid,nodev,noexec,relatime shared:11 - bpf bpf rw,mode=700
35 23 0:30 / /proc/sys/fs/binfmt_misc rw,relatime shared:13 - autofs systemd-1 rw,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15100
36 24 0:31 / /dev/hugepages rw,relatime shared:14 - hugetlbfs hugetlbfs rw,pagesize=2M
37 24 0:19 / /dev/mqueue rw,nosuid,nodev,noexec,relatime shared:15 - mqueue mqueue rw
38 22 0:7 / /sys/kernel/debug rw,nosuid,nodev,noexec,relatime shared:16 - debugfs debugfs rw
39 22 0:12 / /sys/kernel/tracing rw,nosuid,nodev,noexec,relatime shared:17 - tracefs tracefs rw
40 22 0:32 / /sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime shared:18 - fusectl fusectl rw
41 22 0:33 / /sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:19 - configfs configfs rw
63 26 0:34 / /run/credentials/systemd-sysusers.service ro,nosuid,nodev,noexec,relatime shared:20 - ramfs ramfs rw,mode=700
65 26 0:35 / /run/credentials/systemd-sysctl.service ro,nosuid,nodev,noexec,relatime shared:21 - ramfs ramfs rw,mode=700
67 26 0:36 / /run/credentials/systemd-tmpfiles-setup-dev.service ro,nosuid,nodev,noexec,relatime shared:22 - ramfs ramfs rw,mode=700
140 28 0:38 / /data rw,relatime shared:55 - virtiofs data rw
145 28 0:39 / /tmp rw,relatime shared:73 - tmpfs tmpfs rw,inode64
176 26 0:40 / /run/credentials/systemd-tmpfiles-setup.service ro,nosuid,nodev,noexec,relatime shared:76 - ramfs ramfs rw,mode=700
150 35 0:41 / /proc/sys/fs/binfmt_misc rw,nosuid,nodev,noexec,relatime shared:79 - binfmt_misc binfmt_misc rw
225 26 0:44 / /run/rpc_pipefs rw,relatime shared:85 - rpc_pipefs sunrpc rw
--------------------------------------------------------------------------------
0:20 sysfs /sys
0:21 /proc /proc
0:5 udev /dev
0:22 devpts /dev/pts
0:23 tmpfs /run
8:1 /dev/sda1 eaf19a96-e1e3-4c2d-a225-fff096b5b9ec /
0:6 securityfs /sys/kernel/security
0:25 tmpfs /dev/shm
0:26 tmpfs /run/lock
0:27 cgroup2 /sys/fs/cgroup
0:28 pstore /sys/fs/pstore
0:29 bpf /sys/fs/bpf
0:30 systemd-1 /proc/sys/fs/binfmt_misc
0:31 hugetlbfs /dev/hugepages
0:19 mqueue /dev/mqueue
0:7 debugfs /sys/kernel/debug
0:12 tracefs /sys/kernel/tracing
0:32 fusectl /sys/fs/fuse/connections
0:33 configfs /sys/kernel/config
0:34 ramfs /run/credentials/systemd-sysusers.service
0:35 ramfs /run/credentials/systemd-sysctl.service
0:36 ramfs /run/credentials/systemd-tmpfiles-setup-dev.service
0:38 /data /data
0:39 tmpfs /tmp
0:40 ramfs /run/credentials/systemd-tmpfiles-setup.service
0:41 binfmt_misc /proc/sys/fs/binfmt_misc
0:44 sunrpc /run/rpc_pipefs
================================================================================
= Partitions
================================================================================
major minor #blocks name
8 0 12582912 sda
8 1 11581440 sda1
8 2 1 sda2
8 5 998400 sda5
Display More