Recent content by alexpacio

  1. A

    Mounting LZO backup files as a read-only FS

    Yes but I can't mount the image before extracting the LZO compressed file. Imagine that I should have a 500GB lzo compressed backup image and i have to recover only one single file. Every server backup solution (as, for example, Acronis) lets you to recover quickly a single file without needing...
  2. A

    Mounting LZO backup files as a read-only FS

    Could anybody help me? It's very important.
  3. A

    Mounting LZO backup files as a read-only FS

    Hi everybody, does anyone can tell me if is it possible to mount a Proxmox LZO backup file as a filesystem? I'd need it to restore single files or folders instead of recovering an entire disk image. Thanks
  4. A

    Virtio net card magically "disappears" in a Windows VM

    Hi everybody, i have a server with Proxmox VE 2.2 and a Windows 2008 R2 virtual machine with a strange behaviour. It seems that, randomly, the network card (virtualized through virtio-net and configured in the vm with lastest wirtio-win drivers) can't be detected anymore. So i'm constricted to...
  5. A

    TRIM support on Proxmox 2.x Kernel

    So, discard option will enable trim support? A few months ago, i run a test to check if trim was working correctly but it seemed that it wasn't. Thanks in advance
  6. A

    TRIM support on Proxmox 2.x Kernel

    Hi everybody, does anyone know if TRIM support has been backported on the lastest kernel available on Proxmox 2.2? Thanks, Alessandro
  7. A

    Is it Cache=writeback safe?

    Another question... i converted my qcow2 disks in qed to test his performance factor, but qed is slower than qcow2 in my benchmarks...why? And is qed stable (production-ready)?
  8. A

    Is it Cache=writeback safe?

    Hi, i installed proxmox 1.9 on an hp ml350g6 with a 3ware controller (with BBU) and corsair ssd force 3 gt disks. I made 2 ext4 partitions and all the optimizations for ssd drives. I made my VMs with qed format. I tried to modify my qemu-server's configs, adding "cache=writeback" feature which...
  9. A

    Changing DVD iso while VM is started doesn't work

    Hi, i've found a bug while i was trying to change DVD iso while my VM is started...it works only if i stop and start the VM.