Beiträge von lstraath

    I know this is a bit late but still valid to answer. OpenMediaVault is Debian.


    Put VMware Tools
    If you use VMware vSphere Hypervisor (ESXi) go to VM > Guest > Install/Upgrade VMware Tools



    We must log in with root user. It is better if we start with update all the software in system first then reboot one time.



    Code
    apt-get update && apt-get dist-upgrade
    shutdown -r now


    Install compiler and Linux Header with command



    Code
    apt-get update && apt-get install build-essential linux-headers-$(uname -r) libglib2.0-0


    Mount VMware Tools disc and extract file



    Code
    mount /dev/cdrom /mnt
    tar xvfz /mnt/VMwareTools-*.tar.gz -C /tmp/


    Start installing VMware Tools with command



    Code
    perl /tmp/vmware-tools-distrib/vmware-install.pl


    Then press Enter to all the questions to use all default answer. Then reboot again and it will be done.



    Code
    shutdown -r now