Hi all, I'm setting up a new OMV 7 on an old PC with a NVME drive.
I installed via the Debian first then OMV install script route as for some reason the system wouldn't boot after OMV installer (although no errors thrown during install).
Anyway, all that's fine and system works as expected but I have /home as a separate partition:
Code
nvme0n1 259:0 0 465.8G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot/efi
├─nvme0n1p2 259:2 0 27.9G 0 part /var/folder2ram/var/cache/samba
│ /var/folder2ram/var/lib/monit
│ /var/folder2ram/var/lib/rrdcached
│ /var/folder2ram/var/spool
│ /var/folder2ram/var/lib/openmediavault/rrd
│ /var/folder2ram/var/tmp
│ /var/folder2ram/var/log
│ /
├─nvme0n1p3 259:3 0 977M 0 part [SWAP]
└─nvme0n1p4 259:4 0 436.4G 0 part /home
Display More
I'd like to create an OMV shared folder within /home but neither /home nor nvme0n1p4 are listed as file systems in the create share dropdown, and I can't mount them as existing on the storage/filesystems page.
Any pointers welcome!