Search results

  1. J

    5TB HDD via USB only gives 4200GB

    I have a 5TB external HDD that I want to use on a TrueNAS VM. I can create the ZFS and all, but when I add it to the VM I can only add 4200GB. Am I missing something?
  2. J

    Accessing Synology NAS on a VM

    Hi. How do I access a Synology NAS to make it avaliable on a VM? Normaly, on any other physical machine, I do: sudo mount -t cifs -o user=Jonaz,workgroup=workgroup,uid=1000,gid=1000 //NAS02.local/storage /home/jonaz/nas02/ Do I do that in proxmox own console, on the VM or how do I proceed?
  3. J

    [SOLVED] Over 60% of RAM usage on idle VM's

    So, I have 2 instances running. 1 with Windows 10, which is not doing anything, and has 8GB assigned and one with Home Assistant, also not doing anything and 4GB of RAM assigned. Something is eating my RAM. Is there any way of checking what can cause this?
  4. J

    Unable to add HDD to ZFS

    I'm trying to add a HDD for file storage, to be used in a Windows10 VM later on. I go to Datacenter -> Node -> Disks -> ZFS and try to add the HDD installed in the server, but I getthe following error: command '/sbin/zpool create -o 'ashift=12' File-Storage...
  5. J

    No network connectivity during installation

    So, I'm trying to install proxmox on this Lenovo P620. It has a 10GbE Ethernet, Marvell AQtion AQN-107, 1x 10GbE RJ-45 OnBOard NIC, and Ubuntu can find the network card so I have internet, but whenbooting into proxmox installation via USB, it doesn't. Can I install drivers for this somehow?
  6. J

    [SOLVED] Adding a new HDD

    So, I added a HDD to the machine running proxmox. How can I find it in proxmox and allow VM's to use it? I have a specific VM that I want to use that volume in.
  7. J

    [SOLVED] Stuck at grub on boot

    So, I decided to install proxmox on a new machine, since the old one was getting old. Downloaded the 7.0 ISO, put it on a USB with Rufus, but when I boot I end up at "grub rescue". Have I done anything wrong? EDIT: Do I have to install it ontop of another OS, or can I install it on a bare...