Skip to content

Instantly share code, notes, and snippets.

View profucius's full-sized avatar

Andrew profucius

  • 00:52 (UTC -04:00)
View GitHub Profile
@profucius
profucius / proxmox-lxc-smb-share.sh
Last active April 13, 2025 18:38 — forked from NorkzYT/proxmox-lxc-cifs-share.sh
Proxmox SMB Share Mount Wizard
#!/bin/bash
# This script is designed to assist in mounting CIFS/SMB shares to a Proxmox LXC container.
# It automates the process of creating a mount point on the Proxmox VE (PVE) host, adding the
# CIFS share to the /etc/fstab for persistent mounts, and configuring the LXC container to
# recognize the share. This script is intended for use on a Proxmox Virtual Environment and
# requires an LXC container to be specified that will access the mounted share.
#
# Prerequisites:
# - Proxmox Virtual Environment setup.