<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bind-Mounts on homelab</title>
    <link>https://homelab.nbkelley.com/tags/bind-mounts/</link>
    <description>Recent content in Bind-Mounts on homelab</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://homelab.nbkelley.com/tags/bind-mounts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Proxmox LXC Storage Mounts</title>
      <link>https://homelab.nbkelley.com/docs/infrastructure/proxmox-lxc-mounts/</link>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <guid>https://homelab.nbkelley.com/docs/infrastructure/proxmox-lxc-mounts/</guid>
      <description>&lt;h1 id=&#34;proxmox-lxc-storage-mounts&#34;&gt;Proxmox LXC Storage Mounts&lt;a class=&#34;anchor&#34; href=&#34;#proxmox-lxc-storage-mounts&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;what-was-established&#34;&gt;What Was Established&lt;a class=&#34;anchor&#34; href=&#34;#what-was-established&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;SMB/CIFS shares can be integrated into Proxmox via CLI or the Web GUI.&lt;/li&gt;&#xA;&lt;li&gt;GUI integration is recommended for Proxmox-native features (backups, ISOs, templates) and automatic retention management.&lt;/li&gt;&#xA;&lt;li&gt;LXC containers can directly mount Proxmox storage paths using &lt;code&gt;mp0&lt;/code&gt;/&lt;code&gt;mp1&lt;/code&gt; directives in the container config file.&lt;/li&gt;&#xA;&lt;li&gt;Separate CIFS storages should be used for media vs. backups to maintain clean separation of concerns.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-decisions&#34;&gt;Key Decisions&lt;a class=&#34;anchor&#34; href=&#34;#key-decisions&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Storage Content Types&lt;/strong&gt;: For media-only CIFS shares, select &lt;code&gt;Container templates&lt;/code&gt;, &lt;code&gt;ISO images&lt;/code&gt;, or &lt;code&gt;Disk image&lt;/code&gt;. Explicitly avoid &lt;code&gt;Containers&lt;/code&gt; and &lt;code&gt;VZDump backup file&lt;/code&gt; to prevent Proxmox from treating the media share as a system storage.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Subdirectory Configuration&lt;/strong&gt;: Leave the Proxmox storage subdirectory field blank to mount the root of the SMB share, enabling flexible navigation to specific subfolders (e.g., &lt;code&gt;Documents/Movies&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Jellyfin Path Targeting&lt;/strong&gt;: Point Jellyfin directly to the specific media subfolder (e.g., &lt;code&gt;/media/synology/Documents/Movies&lt;/code&gt;) rather than the mount root.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;current-configuration&#34;&gt;Current Configuration&lt;a class=&#34;anchor&#34; href=&#34;#current-configuration&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;LXC Config Path&lt;/strong&gt;: &lt;code&gt;/etc/pve/lxc/&amp;lt;CT-ID&amp;gt;.conf&lt;/code&gt; (e.g., &lt;code&gt;/etc/pve/lxc/100.conf&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Mount Syntax&lt;/strong&gt;: &lt;code&gt;mp0: /mnt/pve/&amp;lt;Storage-ID&amp;gt;,mp=/media/&amp;lt;mount-name&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Permission Mapping&lt;/strong&gt; (for unprivileged containers):&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;lxc.idmap: u 0 100000 65536&#xA;lxc.idmap: g 0 100000 65536&#xA;lxc.idmap: u 1000 1000 1&#xA;lxc.idmap: g 1000 1000 1&#xA;lxc.idmap: u 1001 101001 64535&#xA;lxc.idmap: g 1001 101001 64535&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Jellyfin Setup&lt;/strong&gt;: Dashboard → Libraries → Add Media Library → Folders: &lt;code&gt;/media/synology/Documents/Movies&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;historical-notes&#34;&gt;Historical Notes&lt;a class=&#34;anchor&#34; href=&#34;#historical-notes&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Conversation date: 2025-11-07.&lt;/li&gt;&#xA;&lt;li&gt;Focuses on resolving LXC mount visibility and permission issues for Jellyfin on a Synology NAS.&lt;/li&gt;&#xA;&lt;li&gt;No major infrastructure changes flagged; patterns remain valid for Proxmox 8.x.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;open-questions&#34;&gt;Open Questions&lt;a class=&#34;anchor&#34; href=&#34;#open-questions&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;None.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;related-pages&#34;&gt;Related Pages&lt;a class=&#34;anchor&#34; href=&#34;#related-pages&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://homelab.nbkelley.com/docs/services/servarr/&#34;&gt;Servarr - Media Automation Stack&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://homelab.nbkelley.com/docs/machines/vair%C3%AB/&#34;&gt;TrueNAS (Vairë) - Storage &amp;amp; Backup Server&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;a class=&#34;anchor&#34; href=&#34;#sources&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;ingested/chats/092-Mount NAS Storage to LXC Containers.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;ingested/chats/091-Mount Synology SMB to Proxmox Guide.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;ingested/chats/090-Mount SMB Share on Proxmox Guide.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;DeepSeek conversation: Mount NAS Storage to LXC Containers (2025-11-07)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;sources-1&#34;&gt;Sources&lt;a class=&#34;anchor&#34; href=&#34;#sources-1&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;ingested/chats/092-Mount NAS Storage to LXC Containers.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;ingested/chats/091-Mount Synology SMB to Proxmox Guide.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;ingested/chats/090-Mount SMB Share on Proxmox Guide.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Historical DeepSeek conversation: &amp;ldquo;Mount SMB Share on Proxmox Guide&amp;rdquo; (2025-11-07)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;related-pages-1&#34;&gt;Related Pages&lt;a class=&#34;anchor&#34; href=&#34;#related-pages-1&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://homelab.nbkelley.com/docs/infrastructure/proxmox-storage/&#34;&gt;Proxmox Storage Management&lt;/a&gt;, &lt;a href=&#34;https://homelab.nbkelley.com/docs/infrastructure/proxmox-systemd-mounts/&#34;&gt;Proxmox Systemd Mounts&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
