Search results

  1. P

    How can I fix MACOS ram usage is too high?

    I'm running the Mac os operating system on a VM with GPU Passthough. However, in the Mac summary, 32GB ram seems to be using close to 100%. What could be the reason for this? Do I need to do anything on mac for Guest Agent Virtio? thankyou.
  2. P

    How can I see the mac address of the ethernets on the computer where the Proxmox machine is installed?

    Hello, there are 3 ethernet cards on the Proxmox Server server. I want to see the actual mac addresses of these Ethernet cards. What is the linux command to see mac addresses? I'm not asking for VMs. I am asking the mac address of the hardware ethernet cards on the machine running on Proxmox...
  3. P

    Adding a USB Device via command without resetting the computer ?

    Hi, Proxmox When I want to add an external USB disk or usb stick, how can I identify the USB Device via the command prompt without resetting the computer from the Proxmox Interface?
  4. P

    VirtIO Drivers for Mac Os

    Hi Mac Os CPU and memory are used wildly. Is there a way to install VirtIO Drivers in Mac Os, which I installed on Windows without any problems?
  5. P

    Proxmox KVM USB Problem

    My Proxmox Verison 7.1.11 kernel : 5.13.19.6-pve
  6. P

    Proxmox KVM USB Problem

    Hello, I bought the product in the link. To switch between Windows 11 and Macos Bigsur, which I have installed on Proxmos, with mouse and keyboard. However, I have a problem. I can assign Mac os and Windows 11 keyboard and mouse with KVM switch. However, when I switch KVM siwtch after I switch...
  7. P

    What compression should I use on my disks?

    Hi, There are 1 TB SSD Samsung Disk and two have 1 TB mechanical disks in my system. I will run 3 operating systems at the same time on my 1 TB SSD Samsung disk. I will use the other 2 mechanical disks as a backup or to take snapshots. Under these conditions, which compression should I use for...
  8. P

    About Proxmox vmbr0 internet gateway

    thank you very, very much. As you said, the gateway solved the problem. ;):)
  9. P

    About Proxmox vmbr0 internet gateway

    The cable connected to the internet connection is the bridge of the ethernet card vmbr1 vmbr0 is only connected to the simple hub between the laptop and the proxmox server to connect from the proxmox web interface. So how can I redirect the internet on vmbr1 to vmbr0. vmbr1 do I need to type...
  10. P

    About Proxmox vmbr0 internet gateway

    Hello, don't know what I am doing wrong, but my proxmox server itself has no gateway to the internet - the vm's do have access! I can't downloading templates, updating the system or ping a website. But just from the proxmox server itself. The internet access within the virtual machines vmbr1...
  11. P

    Mac Os Usb Problem

    Mac os runs smoothly, but I want to assign 1-2 usb mac os on the back of my computer, but when I do this, mac os gets locked. how can i solve this problem? thankyou.
  12. P

    Proxmox Server and VM Network !

    I'll just connect the internet for a short time and update the proxmox, thanks. Then I will disconnect. Thankyou
  13. P

    Proxmox Server and VM Network !

    Hello, Proxmox server has 2 ethernet Cards. To reach the proxmox web interface, he assigned a static ip to my 1 ethernet card. I can access the proxmox web interface with a separate laptop. I use my 2nd ethernet card to enable internet connection to my vm machines. I created a Linux Bridge on...
  14. P

    I want to use single mouse and keyboard in 3 VMs. Is it possible? How ?

    how did this friend do it on proxmox? I'm looking for someone to explain this to.
  15. P

    I want to use single mouse and keyboard in 3 VMs. Is it possible? How ?

    Hi guys, proxmox 3 vm is available now. ubuntu, mac os big sur and windows 10. They are connected to 3 monitors and with GPU passthrough, I can take images from the monitors without any problems. I want to use Mouse and keyboard between VMs. What is the way to do this? I want to switch from...
  16. P

    I need a configuration to run 2 operating systems simultaneously on a single computer.

    you are absolutely correct. I downloaded a Vm 4gb and was able to take images from both screens. thank you so much for your help I have two more questions. Thank you very much for your help. 1.Now I'm throwing 1 usb mouse and usb keyboard to vms connected to this computer. At the same time...
  17. P

    I need a configuration to run 2 operating systems simultaneously on a single computer.

    lspci -nnk https://pastebin.pl/view/322f8216 find /sys/kernel/iommu_groups/ -type l https://pastebin.pl/view/a2b5d459
  18. P

    I need a configuration to run 2 operating systems simultaneously on a single computer.

    I was unable to run this command. for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done I hope the following command gave you the information you wanted. root@pve:~# find /sys/kernel/iommu_groups/ -type...