samba

  1. T

    [SOLVED] Copying files from host machine to LXC

    Hi everyone, Thanks in advance for reading. I had about 4 TB of videos I wanted on a samba server. The samba server is an Ubuntu 22.04 LXC and is working just fine. All of the videos were on my laptop so I moved them to an external HDD, plugged it in to the server, mounted it on the pve host...
  2. W

    [SOLVED] TimeMachine backups failing

    I just migrated my long running NAS system from TrueNAS Scale to Proxmox (8.2.4). Everything is working with the exception of my Mac backups. TimeMachine will run for a few minutes, copying files to the SMB share, before stopping ("The backup disk may have been ejected or disconnected from the...
  3. T

    Why I cannot assign CephFS mountpoint to the LXC, from GUI?

    I'm doing scale-out clustered Samba with CTDB on top and AD integerated, backed by CEPHFS storage. This works pretty well, but to achieve what I needed was to use cmdline, like this: pct set 100 -mp0 /mnt/pve/vnas,mp=/ceph,shared=1 For all Samba cluster member in LXC containers. Can we have...
  4. S

    Guidance on coming from VMware; ZFS datastore & file server

    Hi all. VMware refugee here and new to Proxmox. I'm building a small business server and originally was going to configure the server like this: Install ESXi on a small SSD. Create Ubuntu VM that lives on the default datastore. Passthrough a SAS HBA to the Ubuntu VM. Create a ZFS pool and...
  5. D

    Proxmox Ram läuft voll auf Ubuntu VM

    Hallo, ich habe auf einer Proxmox VE zwei Virtuelle Maschinen laufen, eine Debian 12 auf der Zoneminder läuft und ein Ubuntu auf dem ein Samba Share läuft. Beide haben jeweils 8GiB Ram, der Zoneminder schreibt die Video aufnahmen über ein gemountetes Laufwerk auf den Samba Ubuntu Server...
  6. C

    Samba Share as Storage - Permission Problem

    Good evening (dependeing, where you are...)! I´m struggling with a Samba Share. Setup: 2TB-USB-Harddrive connected to Home-Server with Proxmox (Virtual Environment 8.0.4). Mounted and shared with Samba. Config: /etc/samba/smb.conf [usb1prox] Comment = Toshiba 2TB Share Path = /media/usb1...
  7. D

    lvm in 2 LXC mounten?

    Hi, Ich habe einen LXC sambaserver der meine Fotos hostet. Diesen würde ich gerne einem anderen Container immich zugänglich machen. sambaserver besteht aus zwei LVM's, einmal root und dann die Daten/Photos: Da sich samba-shares in einem LXC mounten als nicht wirklich einfach darstellt habe...
  8. M

    LXC Samba Server Performance

    Hallo zusammen ich habe einen LXC Container aufgesetzt, der einen Samba-Server beinhaltet. Der Container läuft als "privileged" Container, was mir eigentlich nicht so gut gefällt, aber mit einem unprivilegierten LXC habe ich den Samba Server nicht zum Laufen gekriegt. Warum ich das so mache...
  9. G

    Samba auto mount issues

    Hello everyone! I am having some weird issues with auto mounting samba when a container is restarted via node restart. The required auto mount command "//192.168.0.12/sharing/ /mnt cifs username=user,password=verysectedpassword 0 0" is added in /etc/fstab. Whenever, I restart the contained...
  10. S

    Mount point as a drive

    Hey all, noob here. I got proxmox installed on an Intel NUC, having (only) 2 HDDs setup as ZFS RAID 1. This setup is only for my homelab for media server, home-assistant, etc. I would like to allocate a dedicated space to be used for both SMB/NFS shares so various Containers, such as Plex will...
  11. P

    Mounting Samba Share for Plex Container

    Trying to mount an SSD attached to my router to Proxmox to use as a Plex directory. There is already a bunch of media on the drive which was used on an Nvidia Shield acting as the media server up until now since I have a Proxmox machine which can be the server. I have an Asus AX86U router with...
  12. F

    Samba and inotify script uid greater than 100000

    Hi there, I have a script running that checks if file have a uid or gid grater than 100000. If it is the case, I substract 100000 from it. I do this because I noticed that files comming from a LXC have their uid above 100000. Inotify seemt to register on the path /mnt/QData which is a zfs...
  13. R

    Sharing Proxmox external HDD on home network

    Hi all, Quite new to Linux and Proxmox especially. I have a PVE on an old macbook in a cupboard with a Plex LXC, and have successfully mounted my external hard drive (USB into the machine running Proxmox) and passed it through to the Plex container. Plex reads the HDD fine and has generated my...
  14. M

    Samba file server in LXC container

    I want to setup a Samba file server in an LXC container. I found that it works perfectly fine when I use a privileged container. However, I am unsure if it is a good idea to use a privileged container. I could sleep well better if I used a unprivileged container, but using the exactly same...
  15. Y

    LXC and Samba

    Good afternoon, created lxc with samba also created a test vm with windows server 2019 samba it is active but windows can't connect to it it says error "Windows can't access" ping ok firewall on windows to disabled for tests
  16. R

    How to create samba share on proxmox host

    I was wondering: what is the best approach for me to run a samba share on my proxmox host. Please note: I'm talking about a home-server, please don't worry about HA and stuff like that. I only want my local machines (in the local network) to be able to connect to a hard drive that is physically...
  17. R

    [SOLVED] All files deleted from SMB share after graceful reboot

    We had a power outage due to Hurricane Idalia and I shut down my Proxmox system when the batteries came on. Shut down my two Ubuntu VMs, shut down my OPNsense router, then shut down Proxmox itself. When it came back on an entire SMB share folder (hosted by the Proxmox host) is empty. My Synology...
  18. B

    Exploring a New Proxmox Setup to Ditch TrueNAS

    Hello everyone! I've been thinking about simplifying my server. Following a recent upgrade (hello NVME drives), I'm thinking about whether to shift away from TrueNAS and manage everything via Proxmox. Let me elaborate. Currently, I run Proxmox on an NVME drive as the primary disk (local...
  19. C

    Samba Storage becomes unavailable

    Hi there! I recently added a Hetzner Storage Box as new SMB/CIFS Storage to my pve environment. Everything worked out fine so far, however after a few days the storage becomes unavailable on the pve host. Manually disabling & re-enabling the storage does not fix the issue, only a full reboot...
  20. P

    ZFS snapshot on lxc

    Is it possible to take zfs snapshot on an unprivileged LXC container? I created a samba service in an LXC container as it's more lightweight and even if the VM cannot boot i can simply copy the file from the bind mount from the PVE host without the hassle of mounting virtual disks, etc. (minor...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!