Announcement

Collapse
No announcement yet.

Virtual Machines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Virtual Machines

    I just got my hands on a server box that was designed to run VMWare's ESXi. Does anyone run VB as a VM at home? What other VMs do you have running?

    I'm thinking of creating a VB and some sort of NAS one but am looking for ideas at this point.

  • #2
    A number of users on this forum are using VMs. I have been running VortexBox in a VM for well over 12 months using VirtualBox.

    Comment


    • #3
      I've been running VB as a virtual machine, hosted on a Linux server for over three years. I use libvirt which is the backend behind Virtual Machine Manager on Ubuntu. There was an initial installation problem with booting the VB iso. I don't recall exactly, but it involved being explicit about the disk type (I think I had to use a virtual SCSI and not the generic VDA). This df output shows you some of the device mappings, which should help if you use libvirt....


      PHP Code:
      root@vortexbox starman  # df -h  Filesystem                            Size  Used Avail Use% Mounted on devtmpfs                              3.9G     0  3.9G   0% /dev tmpfs                                 3.9G  4.0K  3.9G   1% /dev/shm tmpfs                                 3.9G  496K  3.9G   1% /run tmpfs                                 3.9G     0  3.9G   0% /sys/fs/cgroup /dev/sda4                             3.5G  3.1G  136M  96% / tmpfs                                 3.9G     0  3.9G   0% /tmp /dev/sda2                             283M   76M  189M  29% /boot 192.168.1.1:/mypool/music           679G  150G  530G  23% /storage/music 192.168.1.1:/mypool/movies          1.8T  1.3T  530G  72% /storage/movies 192.168.1.1:/mypool/tvshows         693G  164G  530G  24% /storage/tvshows tmpfs                                 799M     0  799M   0% /run/user/1000 
      Last edited by tkforbes; 04-03-2018, 06:41 AM.

      Comment


      • #4
        VMWare's ESXi is great. I use it a lot here. We even provide an a prebuilt ESXi image for you to use.

        Comment


        • #5
          I just installed VortexBox within VirtualBox and Squeezebox Server is running and everything seems to be working EXCEPT: I cannot get it to share my Music Library that resides on my Windows 10 machine. I select Devices->Insert Guest Additions CD image ... but nothing comes back afterwards and I know it needs to perform this successfully in order to mount the external shared folder. Can someone please help? Thanks.

          Comment


          • #6
            The easiest solution would be to move your music library to the appropriate folder in the virtual machine.

            Comment


            • #7
              I'm not sure where this is Devices->Insert Guest Additions CD image" or what you are talking about but you need to mount a smb drive from command line.

              Comment


              • #8
                Even though I'm a long-time Vortexbox user, I know very little about VM or Linux. My question: If I use my Linux OS machine for nothing other than Vortexbox, is there any advantage in creating/using a virtual machine? Thanks in advance.
                Lahoya

                Comment


                • #9
                  No. Think of the overhead. You will have one OS for the Linux hypervisor then sitting on top of that you will have another Linux OS for VB. If you are only ever going to run VB on the machine, I cant see a reason to run any sort of VM.

                  Comment


                  • #10
                    It's a great solution if you want to run a lot of different things on one box.

                    Comment


                    • #11
                      Originally posted by tkforbes View Post
                      I've been running VB as a virtual machine, hosted on a Linux server for over three years. I use libvirt which is the backend behind Virtual Machine Manager on Ubuntu. There was an initial installation problem with booting the VB iso. I don't recall exactly, but it involved being explicit about the disk type (I think I had to use a virtual SCSI and not the generic VDA). This df output shows you some of the device mappings, which should help if you use libvirt....


                      PHP Code:
                      root@vortexbox starman # df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3.9G 0 3.9G 0% /dev tmpfs 3.9G 4.0K 3.9G 1% /dev/shm tmpfs 3.9G 496K 3.9G 1% /run tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup /dev/sda4 3.5G 3.1G 136M 96% / tmpfs 3.9G 0 3.9G 0% /tmp /dev/sda2 283M 76M 189M 29% /boot 192.168.1.1:/mypool/music 679G 150G 530G 23% /storage/music 192.168.1.1:/mypool/movies 1.8T 1.3T 530G 72% /storage/movies 192.168.1.1:/mypool/tvshows 693G 164G 530G 24% /storage/tvshows tmpfs 799M 0 799M 0% /run/user/1000 
                      I have just done a test install on a Virtual Machine (running in VirtualBox by importing the OVF template from here (https://wiki.vortexbox.org/available_images). While the server runs I don't seem to have a /storage partion - output from df -h below

                      PHP Code:
                      [root@vortexbox ~]# df -h
                      Filesystem Size Used Avail Use% Mounted on
                      devtmpfs 488M 0 488M 0
                      % /dev
                      tmpfs 495M 0 495M 0
                      % /dev/shm
                      tmpfs 495M 632K 495M 1
                      % /run
                      tmpfs 495M 0 495M 0
                      % /sys/fs/cgroup
                      /dev/sda4 3.8G 1.4G 2.3G 38% /
                      tmpfs 495M 0 495M 0% /tmp
                      /dev/sda2 477M 83M 365M 19% /boot
                      tmpfs 99M 0 99M 0
                      % /run/user/

                      I have not run the 'config_4-30.sh' or 'config_local_storage.sh' because I wasn't sure this is relevant in this type of install.

                      Any idea why I don't have storage / logical volume?

                      Comment

                      Working...
                      X