Thats what makes for the funny here
curbstickle
If youre going LXC, its not going to matter much of you just map GIDs and provide the LXC access to the host.
Side bonus, multiple LXCs and they can all share that GPU. This is what I do, I have a couple of JF instances among other containers that use the GPUs.
Edited to add: Well, nvidia itself can be a pain. But that'd be because nvidia.
How should Jellyfin be set up, lxc or vm
Either way. I prefer lxc, personally, but to each their own. lxc I think is drastically easier, in part because you don't need to pass through the whole GPU....
Is there a way to enable iGPU to pass to an lxc or VM without editing a .conf in nano?
You don't need to pass the igpu, you just need to give the LXC access to render and video groups, but yes, editing the conf is easiest. I originally wrote out a bunch here, then remembered there is a great video.
https://www.youtube.com/watch?v=0ZDr5h52OOE
My Synology NAS is mounted to the host, but making mount points to the lxc doesn’t actually connect data
Do they show up as resources? I add my mount points at the CLI personally, this is the best way imo:
pct set 100 -mp0 /mnt/pve/NAS/media,mp=/media
This is done from the host, not inside the LXC.
Does your host see the mounted NAS? After you added the mount point, did you fully stop the container and start it up again?
Edit: You can just install curl/wget/etc BTW, its just Debian in there.
apt install curl
Edit 2: I must have glossed over the mount part.
Dont add your network storage manually, do it through proxmox as storage, by going to Datacenter > Storage > Add, and enter the details there. This will make things a lot easier.
I'd love to see it as the backdrop in the press office for any live event
And finish off each presser with the same pose
Holy crap is that real?
....
Yup!
https://nypost.com/cover/november-5-2025/
Well I found a fun new wallpaper, thanks!
I think I will cut them all out and scan them.
... feed the prinout into a tray, after x lines (however big) take a picture from a mounted webcam? Just for some extra fun here. Because thats what this is, a very fun project, super cool!
among other things
And there are SO MANY OTHER THINGS
And just to add, he failed to get the Democratic nomination, so he's running independent.
Yikes, these people are so selfish.
This line I think sums them up entirely.
Its only about the things that impact them personally. Not even their neighbors, and maybe not even friends unless they have to hear about it or something.
Its just purely selfish behavior, nothing else.
What brand are you referring to? Do you know what this is? It's not a product, it's free software.
https://supply.37signals.com/collections/omarchy
Yeah dude, clearly not a brand here. Just... Branded merch. Clearly this is not a brand.
That would be promotion if you did that, but it's not part of using it.
You just did this very thing, demonstrating my point.
That's probably smart.
Yeah, it would have been. But I felt the need to address your completely incorrect statements.
This line right here shares it with the LXC, I'll break it down for you:
pct set 100 -mp0 /mnt/pve/NAS/media,mp=/mediapct is the proxmox container command, youre telling it to set the mount point (mp0, mp1, mp2, etc). That point on the host is /mnt/pve/yourmountname. In the container is on the right, mp=/your/path/. So inside the container if you did an ls command in the directory /your/path/, it would list the files in /mnt/pve/yourmountname.
The yourmountname part is the name of the storage you added. You can go to the shell at the host level in the GUI, and go to /mnt/pve/ then enter ls and you will see the name of your mount.
So much like I was mentioning with the GPU, what youre doing here is sharing resources with the container, rather than needing to mount the share again in your container. Which you could do, but I wouldn't recommend.
Any other questions I'll be happy to help as best as I can.
Edit: forgot to mention, if you go to the container and go to the resources part, you'll see "Mount Point 0" and the mount point you made listed there.