First time using this forum, sorry if I'm doing something wrong.
I recently created a container to use Syncthing. I was able to mount a SMB on Proxmox host and pass just the folder that I need to the LXC with syncthing and now it works as it should do.
from the host, in
from the host, in
The problem is that at the beginning I mistakenly mounted `/mnt` from the host to `/mnt` of the lxc. I thought that was the correct way of mounting all the folders inside.
from the host, in
Later I found that nothing was updating on the SMB share, I was just adding things on the local storage of proxmox host.
Now it is almost full (to the point I'm not longer able to start some lxc) but I'm not able to find the file to delete it!
I know the folder structure where I put them in the lxc (/mnt/folderA) but
I recently created a container to use Syncthing. I was able to mount a SMB on Proxmox host and pass just the folder that I need to the LXC with syncthing and now it works as it should do.
from the host, in
/etc/fstab
Code:
...
//XXX.XXX.XXX.XXX/folderA /mnt/folderA cifs username=xxxx,password=xxxx,iocharset=utf8 0 0
...
/etc/pve/lxc/100.conf
Code:
...
mp0: /mnt/folderA,mp=/mnt/folderA,replicate=0
...
The problem is that at the beginning I mistakenly mounted `/mnt` from the host to `/mnt` of the lxc. I thought that was the correct way of mounting all the folders inside.
from the host, in
/etc/pve/lxc/100.conf
I did
Code:
...
mp0: /mnt,mp=/mnt,replicate=0
...
Now it is almost full (to the point I'm not longer able to start some lxc) but I'm not able to find the file to delete it!
I know the folder structure where I put them in the lxc (/mnt/folderA) but
- in the lxc now the folder is mounted properly and I'm not able to find the "old" files
- in the host, in that path, the SMB was mounted as it should from the beginning