Check for any updates on the proxmox host. Then try mount it using nano /etc/pve/lxc/103.conf and add the mount point through there. I remember also having this issue some time before but can't remember what I did. Any who hope this helps
I don't think this is samsung related. More likely related to the z97 board.
I ran into similar issue tonight installing 9.1 to a gigabyte z97n board when using onboard sata as the ssd target. Lots of write errors along the way. I tried with...
First step check that the bind mount is actually mounted to the LXC propley:
df -h
Next I'd run ls -al to check whether maybe its a permission issue if so chown it to the Plex user. Hope this helps
Proxmox VE 9.1.4
Proxmox Backup Server 4.10
(The problem did not occur under PVE 8 / PBS 3)
Object: Container
Disk 0: "root"
Disk 1: "mp0" (/mnt/db_backups)
Disk locations: ZFS ZVOL
Problem:
Backup to PBS fails with the following error...
I am just on a week deep into one of the most unpleasant technical problems I've encountered in a long time and that's why I'm in this thread......
I am definitely suffering this issue on 2 different HP EliteDesk 800 Mini G9 systems, with the...
I want to do a VPN that only has access to one VM, and not the rest of my LAN (server is a homelab, there's another non-proxmox server with some open services). It seems that proxmox firewall does not work for non-proxmox applications and/or does...
Trying to figure out why I get the topic title when I try to perform a snapshot. The VM contains MacOS.
The VM storage is on the same disk as all my other VMs that do support snapshots. The storage type is a ZFS mirror.
pvesm status reports...
Hi @hjw
Please try the using USB to backup and restore VM to another location.
To back up a Proxmox virtual machine (VM) to an external drive for migration to another node, follow these steps:
1. Prepare the External Drive:
Connect the...
Objective : Enable GPU passthru in LXC container to host 'Ollama'.
H/W : Minisforum NAB9 [Intel i9, Intel Irix (GPU) , 32 GB (ram)]
Proxmox : 9.1.1
Tried all posts and YouTube prescription but failed to get GPU pass-thru to work.
Let me...
On my end i have deployed my workaround via Ansible:
- name: Place override for NetworkManager and resolv.conf
ansible.builtin.copy:
content: |
[main]
dns=none
dest: /etc/NetworkManager/conf.d/00-dns.conf
when:
-...
Just spent 8 hours dealing with a failed 8 to 9 upgrade, and then a 9.1 clean reinstall that would just not boot, no matter what I did. Maybe related to the posts above on the iommu/etc changes -- I did try those, but still no look. Right after...
Shutdown the vm. Afterwars you can mount it into the local filesystem of the host to access files.
# Mount a container into the hosts fs (108 is container ID)
pct mount 108
# Umount a container
pct unmount 108
Just to report back here... Since adding the "ethtool -K eno1 tso off gso off" to postup (about a week ago), I haven't had any further occurrences of the "Detected Hardware Unit Hang" issue... So it looks like only "tso off gso off" are required...