Hi there,
I've been using PBS as a VM in one of my nodes for a while, and I would like to move it to an LXC for better resource management.
For the VM, I managed the passthrough without much of an issue, and then setup the drive in the PBS GUI itself. I am now a bit baffled as to how I should proceed for mounting / passthrough to the LXC.
Specifically, I intended to mount the same drive as the one I used for the PBS VM directly on the Proxmox Host, and then pass it through to the LXC using mount points. However, I am stumbling at the first step, as I can't seem to be able to drive the mount to the host.
I added a rather standard fstab entry to mount it, but I get the following error message:
I understand is to mean that the partition is not seen as an ext4 one.
doesn't show me any fstype (or UUID for that matter), however,
gives me
as output.
With this, what are my options to passthrough this drive to the LXC?
Thanks!
I've been using PBS as a VM in one of my nodes for a while, and I would like to move it to an LXC for better resource management.
For the VM, I managed the passthrough without much of an issue, and then setup the drive in the PBS GUI itself. I am now a bit baffled as to how I should proceed for mounting / passthrough to the LXC.
Specifically, I intended to mount the same drive as the one I used for the PBS VM directly on the Proxmox Host, and then pass it through to the LXC using mount points. However, I am stumbling at the first step, as I can't seem to be able to drive the mount to the host.
I added a rather standard fstab entry to mount it, but I get the following error message:
Code:
EXT4-fs (nvme0n1p1): VFS: Can't find ext4 filesystem
Code:
lsblk -f
Code:
fsck -N /dev/nvme0n1p1
Code:
fsck.ext4
With this, what are my options to passthrough this drive to the LXC?
Thanks!