Hello,
I've recently deployed OMV6 on my NAS after running OMV 4 + 5 for quite a couple of years. I've made a clean install onto a new USB thumb drive and configured settings accordingly. Currently I'm facing the following issue - on one NAS (HP N54L) I seem to be able to see a RAID that has been created with mdadm but I can't mount it via the control panel. Once I progress to filesystems, I see both filesystems are listed (3x 1TB HDDs which is the trouble maker) and 1x 2TB. Nevertheless, I cannot mount the RAID itself. I click on create/mount, but there is nothing I can click on in the dropdown field to actually mount the filesystem. Any advice on this?
QuoteDisplay More/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/sdf1 during installation
UUID=0682767d-e0b7-4cad-be49-eb2ab88e8341 / ext4 errors=remoun>
# swap was on /dev/sdf5 during installation
UUID=786fa1a4-b263-41b3-9c3d-24606125ef26 none swap sw >
# >>> [openmediavault]
/dev/disk/by-uuid/3a1b1de4-cab3-4627-8a6e-cdfd1b111996 /srv/dev-disk-b>
/dev/disk/by-uuid/a739ff07-ac7e-4a4f-906a-9837c48e8cb6 /srv/dev-disk-b>
# <<< [openmediavault]
GNU nano 5.4 /etc/openmediavault/config.xml
<port>2222</port>
<sslcertificateref></sslcertificateref>
</wetty>
<mergerfs>
<pools></pools>
</mergerfs>
<remotemount></remotemount>
<resetperms>
<sharedfolderref></sharedfolderref>
<mode>775</mode>
<clearacl>0</clearacl>
<fileperms>664</fileperms>
<dirperms>2775</dirperms>
</resetperms>
<apttool>
<packages></packages>
</apttool>
</services>
</config>
Display More