But which Marvell chipset? These were common in the past 88SE9230/5, but I've no idea about that JESOT card. I did come across an old thread which suggested you might need to turn virtualisation off in the m/board BIOS when using some of these Marvell based SATA cards.
KR, I don't know but I tried adding it to a know good computer system that has windows on it. Win10 could not recognize it. I believe the new card is defective out of the box.
Here is something interesting I did to test my theory. I always have redundant new hardware identical to my server with OMV and Plex server on it. That said, I setup that hardware on my table. Here is what I setup:
GigaByte H610I DDR4 ITX MB
8Gig Memory Stick
Highpoint 640L RAID card for the PCIE slot
(4) WD 3TB Red Drives (old ones laying around)
(1) Samsung SSD 250 GIG SATA drive
Added 2 drives to SATA ports built in the MB (SSD and WD)
Added 2 drives to SATA ports on the Highpoint 640L card
Have 1 WD drive ready to add to grow RAID 5
Connected the SATA3 cable to the SSD/WD on MB and 2 WD drives on the Highpoint card. Waiting to simulate adding the other drive after I installing OMV 6 to grow the RAID
Install went well unlike my production OMV server where I'm having problems with the highpoint 640L card being recognized by the OS.
Created the RAID 5 and file system. Added one large movie to a shared folder. No errors reported.
Connected the last WD drive booted the system. The system recognized it. I turned on SMART and reboot system.
Quick wiped the drive. Then added it to the RAID 5 using the grow function. Currently, the "STATE" is in clean, reshaping meaning its recalculating the RAID to accommodate the added drive. That will take time.
So far, no issues at all. All the same hardware used. Here is what is different from my production server vs test bed:
Using SATA3 SSD vs NVMe drive for OS (I'm wondering if there is a BIOS config or resource sharing issue)
Test bed vs Case with hotswap bays with a back-plain
Here's my question. How can I reinstall OMV 6 over my existing install (after I clone the drive of course) to preserve all of my configurations like user accounts, ACLs, RAID 5 configs, etc? My hope is that if there is a resource conflict or driver issue for the new highpoint SATA card, perhaps that gets worked out during the reinstall using the install script. Here is a OMV forum post that says it can be done. I just need clarification on how to do it. Is it simply popping the install USB drive in and booting to the install program on it or do I have to capture the script from the OMV library somewhere. The following is the link and a cut and paste:
Thread
Repair OMV installation?
Hey, I have sadly corrupted my OMV installation I believe.
I had some issue with the smartmontools package, so I just wanted to remove and install it again, sadly I didn't expect it to remove critical OMV stuff, this is the delete log:
(Code, 18 lines)
I figured right away that I probably screwed something, and as expected OMV failed to work afterwards.
I have managed to manually install all the deleted stuff, then when I tried to login I got an error from rpc.php, initially when opening the web…
If you want to play it safe, make a working clone of the OS drive PRIOR to try anything further.
To try to fix whatever issues are happening, you can run the install script to see if it will fix it:
----------------------------------------------------------
With my lab. I plan on testing both script and new install. With the new install, I want to make sure my RAID and data on it is preserved and can be remounted. Then I can take my screenshots of my configurations for my plex, user, services, extras, etc, you know what I mean, yes? Sometimes a fresh install is better. I know with Windows 10, I can easily install a fresh install and it will recognize its own raid and dynamic disks and remount with one click. So that's my hope here. I don't dare experiment with my drives with data. Unless I'm completely sure.
Please provide your thoughts and technical input. I greatly appreciate your time.
Rob
sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash