Search results

  1. T

    Can't initialize NVMe SSD disk with GPT

    Thank you! One last question PLEASE :)...I want all my VMs to go through my firewall VM. I know I need to bridge all of them but when I check the network on the host it shows the pve IP I chose during install. Do I need to add a new Linux Bridge for every VM or just use the same vmbr0 for all...
  2. T

    Can't initialize NVMe SSD disk with GPT

    I don't need that anymore after managing to delete local-lvm and move the space it used to local. But for the future - let's say that during install I limited the hdsize. Then when using vgs it calcualtes only the free space out of the size I set during install. How do I see (instead of...
  3. T

    Can't initialize NVMe SSD disk with GPT

    Thank you very much! It worked! I have another question please if I may - I know about the VGS command but I can't seem to find the command that explicitly shows the actual free unused space on a certain disk.
  4. T

    Can't initialize NVMe SSD disk with GPT

    I'm getting this error in proxmox when trying to initialize an empty NVMe SSD drive (Samsung 970 Evo plus) - Invalid partition data! TASK ERROR: command '/sbin/sgdisk /dev/nvme0n1 -U R' failed: exit code 2
  5. T

    Schedule trim (fstrim) job on Hosts/VMs

    Thank you but where exactly do I write this command? In the Shell for each VM and Host?
  6. T

    Schedule trim (fstrim) job on Hosts/VMs

    Do I need to schedule fstrim for SSD disks (or even HDD?..) on Proxmox 6.2 ? And if I do, how exactly do I schedule such a job? I've searched online but didn't find anything except for scheduling backups... Thank you,
  7. T

    VirtIO SCSI vs SATA Bus/Device

    Thank you. One more question if I may - Can you emulate a AES-NI CPU on non-AES physical CPU setup?
  8. T

    VirtIO SCSI vs SATA Bus/Device

    All the physical disks are connected to a regular SATA port on the motherboard. Which option to is the best to choose when creating a new VM? Thank you,
  9. T

    [Solved] Unable to initialize Samsung 970 Evo nvme SSD with GPT

    Hi, I'm new to proxmox. I installed the default regular way. When I logged in to the web gui I see local and local-lvm under the pve node. When I click the "initialize Disk with GPT" option it works for all disk except for the Samsung 970 Evo nvme SSD which fails with exit code 2. I checked...