Install OMV3 on FriendlyArm NanoPC-T2 4418

    • Offizieller Beitrag

    To install OMV3 on your NanoPC-T2 4418 device please follow this steps:

    image1.JPGimage2.JPGimage3.JPG

    • After installation boot into the graphical desktop.

    image4.JPG

    • Uninstall unnecessary packages.
    Bash
    sudo apt-get purge lxde-core lxsession lxterminal xserver-xorg xserver-xorg-core xserver-common xserver-xorg-video-modesetting x11-common x11-utils apache2 mupdf
    sudo apt-get autoremove
    • Login via SSH
    Bash
    ssh fa@<IPADDR>
    • Add the /etc/apt/sources.list.d/openmediavault.list file for the OMV package repository.
    Bash
    nano /etc/apt/sources.list.d/openmediavault.list
    • Insert the following content:
    • Finally execute the following CLI commands
    Bash
    export LANG=C
    export DEBIAN_FRONTEND=noninteractive
    export APT_LISTCHANGES_FRONTEND=none
    apt-get update
    apt-get install openmediavault-keyring
    apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated \
      --show-upgraded --option Dpkg::Options::="--force-confdef" \
      --option DPkg::Options::="--force-confold" --no-install-recommends \
      install openmediavault
    omv-initsystem
    • If the installation was successful you can access the openmediavault webgui via your browser. Use the username 'admin' and the default password 'openmediavault' to log in.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!