Recent content by itachi737

  1. I

    [SOLVED] Trouble installing Nvidia Drivers for Tesla P4 vGPU inside Linux VM

    Thx, I'll read the documentation and if it doesn't fix it I'll try it on another distro.
  2. I

    [SOLVED] Trouble installing Nvidia Drivers for Tesla P4 vGPU inside Linux VM

    Hi, I recently bought a Tesla P4. I followed PolloLoco vgpu install guide to set it up. The gpu is recognized inside the pve and I can pass vgpus to the vms using the different profiles. Nvidia-smi inside pve shows the different vgpus assigned to vms. Both Linux and Windows vms see the vgpu. In...
  3. I

    GPU passthrough issue: Device is already attached

    Thank you! I followed 2 different passthrough guides and none of them were working because of this error. I was starting to go crazy before I found your post.
  4. I

    [SOLVED] Looking for a way to do incremental backups without having to read all the data every time.

    Yes, the duplicate data is indeed not being sent over, just the new data, but it still has to read everything so it can take quiet a bit of time. Thank you for the clarification.
  5. I

    [SOLVED] Looking for a way to do incremental backups without having to read all the data every time.

    Hi, I'm trying to figure out a way to do incremental backup of my media library (8tb) without having to read the whole 8tb every single time. Right now, the 8tb are in a zpool on my pve. From there I attached them to a lxc that is running the proxmox backup client via a script in order to back...