Arch is different…

    • black0ut@pawb.social
      link
      fedilink
      arrow-up
      9
      arrow-down
      3
      ·
      6 hours ago

      Who uses virtualbox on Linux having KVM, QEMU and virsh/virt-manager?

      It’s gonna be slower, proprietary, and it’s not even as easy to install

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        5
        ·
        4 hours ago

        It’s not slower.

        proprietary

        Only the extension pack, the app itself is GPL.

        not even as easy to install

        How do you mean? You simply install virtualbox (and virtual-guest-iso if you want). All the relevant packages are available from official repos, at least on Manjaro, including a linux-virtualbox-host-modules-meta package that maintains the required linux*-virtualbox-host-modules as needed automatically.

        Also, I prefer virtualbox because it makes a lot of stuff easy to do.

        File sharing with the host for example, it’s a matter of simply pointing at a dir in settings, as opposed to having to set up Samba on the host (which I don’t have and don’t want) and deal with wierd networking issues, or deal with virtiofs.

        Don’t even get me started on selecting locations for the vm files. Whatever you think it should work like, virt-manager’s way ain’t it.

      • Billegh@lemmy.world
        link
        fedilink
        arrow-up
        9
        ·
        6 hours ago

        So, I use it on my workstation because I have to also use windows and virtualbox’s cross system integration is far more mature. I really only use it as necessary and it isn’t running all the time.

        I would prefer to use qemu, but I’m not doing anything serious with it. I’m just sometimes running a windows instance that I need to be able to easily share files with, and copy/paste across. Once virt-viewer gets there, I’ll switch.

        Though, to be honest, it actually uses kvm as its backend so it really isn’t any less performant than qemu for this.