Posts by Ghazzawi

    thank you dear ,, it was just a weekend project , was curious on how much i can push the Pi 4 , i want to install other OS beside OMV now and see what happens



    thank you for all the support you extend to the community

    Followup ...


    I am happy to let you know that I managed to get the OMV running in a VM in PiMox also attached 5 external disks , 4TB each , configured mergerfs and everything is working fine ...


    • i installed Debian image debian-12-nocloud-arm64.qcow2 on the machine configured below





    • i installed OMV from this guide (remember to install wget and openssh-server) before you start with the guide

    Installation on Debian — openmediavault 6.x.y documentation

    • I installed OMV-extras


    Code
    wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | sudo bash 


    • Added mergerfs plugin and customised OMV and enabled services like cifs etc etc
    • I added disk to the VM
    Code
    ls -l /dev/disk/by-id 
    • then one by one add the disks using this IDs with the command
    Code
      qm set <VM_ID>
     -virtio1 /dev/disk/by-id/<disk-ID>


    • Created a giant mergerfs pool
    • Created a shared folder on the root of the mergerfs pool ç I could not write to this folder from windows machine but I created folders inside the main folder and reading and writing was fine
    • I copy from windows machine large files like 3GB to the cifs share and it starts at speed of 40-45 MBps

    • Note : the NIC on this setup is a USB 2.5Gbps NIC connected to the Pi 4 through a USB hub and on the same hub I connect USB cable to the enclosure hosting 5 disks each are 4TB



    Here is the final VM




    and here is OMV7


    OMV doesn't run proper on lxc.


    Why complicated?

    complicated because the disks I have are in a DAS device connected to the Pi over USB ,, and its giving me all kinds of trouble mapping the disks once by one inside the LXC , but anyways i don’t find the LXC idea worth the effort ,,, i will proceed with ryecoaaron suggestion ,,,



    thank you both for your usual support

    Hi All ,


    I Installed PiMox ( Proxmox VE for Raspberry Pi) on my RPi4 and it working fine .. I managed to install OMV as a LXC but its difficult to attach external disks to it


    i Need help installing OMV as a VM instead of LXC ,, i tried many VM config variations but it wont boot from the OMV iso nor the debin iso


    anyone successful doing that ?

    Update to this issue: A very recent update removed the need to apply Chente's workaround (as described in post #9 in this thread.)


    When this came up last spring, I apply Chente's workaround to one RPI NAS but left another one alone (no workaround.) I would do the dongle dance on this system as needed. My plan was to see if a subsequent update either fixed or reversed the change that led to this issue with USB-ethernet dongles. However I was not always disciplined to reboot after each update (especially when I wind up performing multiple updates in a short period.) Therefore I cannot identify the exact update where the issue behavior changed, but only know it was likely within the last 4-6 weeks.


    Knowing the exact update is all academic anyway. I am simply reporting that I observed the boot behavior changed and we may no longer need the workaround.

    confirmed by me too ,,, no longer need the workaround on fresh installation of 7.7.7-1

    This worked for me ,,, thank you

    Got a HDMI adapter and thought I could gain access to the Pi5 and reconfigure the network and what not, but no, it’s reboots like 2 times when system fails to lunch OMV and then idles like this (see attached).


    Everything passes beside the starting up of “systemd-networkd-wait-online-service” this is the only service that has failed status.


    Is there any chance there is something to be done at this point?

    try from the console


    Code
    omv-firstaid

    That scheduled task should reboot the USB NIC a minute after starting the server, that should avoid the manual disconnect and reconnect dance.

    ok after testing i could not get the PI 5 to unbind the device because it could not see it ,, although i am connected to the ssh through that USB NIC and it shows in the command below ...


    long story short i targeted the whole port 4 ( in my case usb4) and it worked , now in the GUI scheduler i have the command below .. and i managed to reboot multiple times with no problem ( decreased the sleep time to 10 seconds )


    Code
    sleep 10;  echo 'usb4' | tee /sys/bus/usb/drivers/usb/unbind; echo 'usb4' | tee /sys/bus/usb/drivers/usb/bind

    thank you for your help


    i tried the commands in the GUI schedule tasks with no luck so i thought i would run them in the terminal and see the output ..


    Hi ,


    I got OMV 7 running on raspberry pi 5 with , USB 2.5g NIC .. but i had to run omv-firstaid from the console to configure the USB NIC


    after i reboot it seems that the system losses all the USB NIC configuration and no matter how many times i configure it from the console the behaviour is the same


    can you let me know what might be the problem ?