Skip to content

Commit aaba325

Browse files
author
Patrick M
committed
fix: linter
1 parent 4b974a2 commit aaba325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/blog/2026/plex-lxc-hardware-transcoding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Breaking it down by token:
106106
- `/dev/dri/card1` - the path on the host to the device being passed through. Proxmox will bind-mount this into the container.
107107
- `gid=44` - the group ID that will own the device node inside the container. This is what makes it accessible to the video group (GID 44) inside the LXC, so the plex user can actually use it.
108108

109-
One important thing to understand is the gid here is applied to the device node as seen from ***inside*** the container. That's why it needs to match the GID of the video/render group inside the LXC specifically, not necessarily the host's GID. Often they are the same, though sometimes they are not, which was my problem.
109+
One important thing to understand is the gid here is applied to the device node as seen from **_inside_** the container. That's why it needs to match the GID of the video/render group inside the LXC specifically, not necessarily the host's GID. Often they are the same, though sometimes they are not, which was my problem.
110110

111111
You'll need to start the LXC and then run the following command to find the correct GID.
112112

@@ -125,7 +125,7 @@ render:x:105:plex
125125
This is where the GIDs in my configuration are derived, `44` and `105` respectively.
126126

127127
> [!IMPORTANT]
128-
> the device GID refers to the device node as seen from ***inside*** the container.
128+
> the device GID refers to the device node as seen from **_inside_** the container.
129129
130130
## Restart or Reinstall Plex
131131

0 commit comments

Comments
 (0)