this post was submitted on 13 Sep 2025
1 points (100.0% liked)

Selfhosted

51510 readers
146 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I realize that Proxmox suggests not to run rclone inside an LXC because it might cause problems backing up/snapshotting that container, but that’s not a concern of mine at the moment.

The issue I am running into is the following:

  1. Used Proxmox helper script to create Plex LXC, it worked flawlessly.

  2. Installed docker inside that LXC and pulled Zurg. Yes, I know it’s not recommended but I am not spinning up a whole docker vm for just this service.

  3. I then use Zurg to mount my box to /mnt/zurg and I start seeing its contents shortly after.

Now the problem is I have only 8GBs assigned to the Plex LXC which should be more than plenty. What’s happening is that the container is reporting to be full because of the rclone mount (~1TB in size) which is preventing write operations to the LXC.

This wasn’t an issue when I hosted those same two services on my ol’ trusty RPi-3B as it didn’t account for the size of the mount when doing df but for some reason the Plex LXC does.

Has anyone run across this before? What’s a good solution or workaround?

Thank you

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here