Hi y'all!
I'm having an issue where my house experienced a little brown out (no UPS ) and my OMV is not showing any of my hard drives.
A quick rundown of my setup as this was all working very well for over a year.
I'm running an optiplex 3010 with a Dell H310 PERC raid card where all my HDD's are connected. I am not using RAID on this controller it's just to pass through so I can have lots o' HDD's on my setup.
I'm running ESXI 6.7 which is running a VM of the OMV ISO.
Everything was working without an issue until this brownout.
I think i have to be missing something crucial that i can do here as I noticed I can access these drives and their contents via WinSCP no problem! I'm admittingly not great at linux and my googling hasn't found me in a similar situation to solve this. I'm hoping I can find an easy solution.
I also created another OMV VM from scratch and it also didn't see the HDD's so i'm not sure where my issue is stemming from.
Here is a readout of the drives if this helps.
root@omv:~# omv-confdbadm read --prettify conf.system.filesystem.mountpoint
[
{
"dir": "/srv/dev-disk-by-label-2TB",
"freq": 0,
"fsname": "/dev/disk/by-label/2TB",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"uuid": "9c03a34c-c06c-407d-a246-611f0cfc460a"
},
{
"dir": "/srv/dev-disk-by-label-3TB",
"freq": 0,
"fsname": "/dev/disk/by-label/3TB",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"uuid": "8ba96d9c-496e-4f8d-bd80-7f14636272ab"
},
{
"dir": "/srv/dev-disk-by-label-4TB",
"freq": 0,
"fsname": "/dev/disk/by-label/4TB",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"uuid": "7962a9fb-6702-4940-bf6b-ecda6795c4d2"
},
{
"dir": "/srv/dev-disk-by-label-5TB",
"freq": 0,
"fsname": "/dev/disk/by-label/5TB",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"uuid": "dd3c9a67-171d-46c0-839c-2aa5897491e6"
},
{
"dir": "/srv/dev-disk-by-uuid-0d8f19ba-5039-45d9-ac28-b83dc102b670",
"freq": 0,
"fsname": "/dev/disk/by-uuid/0d8f19ba-5039-45d9-ac28-b83dc102b670",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"uuid": "6f6d3bc2-c3c7-400f-8b37-bae2a697887d"
}
]
Display More