cifs

  1. P

    CIFS-Mount

    Hallo, ich bin absoluter Neuling, was Proxmox angeht und meine erste Frage ist bestimmt irgendwo dokumentiert. Ich bin mir aber nicht sicher, wie ich am besten vorgehen soll. Ich habe mehrere Container angelegt, einige davon sollen Zugriff per CIFS auf mein NAS haben. Was die Einrichtung von...
  2. C

    what versions of CIFS are supported?

    Hello, I try mount as CIFS on Proxmox LAN disk from Windows Server 2003 In Add CIFS will be correctly vieved in Share all shared folders, but Add end with error Timeout . Windows Server use SMB protocol version 1, is this version of SMB supported in proxmox or where to find an error?
  3. P

    mount cifs error PVE

    Hello, Since yesterday after updating the proxmox system and restarting. The mounts don't work anymore and I have this error over and over again: Jan 23 13:57:57:57 pvestatd[2293]: mount error: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) Jan 23 13 13:57:57:57 kernel: CIFS VFS...
  4. K

    pvestatd often reports storage offline with CIFS

    Hi, we see very often the problem, that pvestatd erroneously says the a CIFS Storage (we use it for Backup and ISO) is offline: root@gar-ha-cfw01a:/usr/share/perl5/PVE/Storage# systemctl status pvestatd ● pvestatd.service - PVE Status Daemon Loaded: loaded...
  5. P

    Error backup CT to share CIFS

    Hi, Every day I have a backup task that automatically starts to backup about ten containers but only one is in error at each attempt for a few days. After a lot of research I still haven't found anything... if anyone has an idea. Here are the logs of two containers, the one in error (108) and...
  6. Z

    Bind mount, samba and containers: any risks involved?

    Hi! TL;DR; Are there any risks involved in using bind mounted folders in containers and sharing these same folders through samba? Long Version: After using a bare metal Ubuntu for more than 6 years, I decided to use Proxmox and containers and I'm loving it. But, I realized recently that Plex...
  7. Y

    cifs: restore from lzo backup failed, from gzip - succeeded

    Hello, we have a 3 node PVE 5.2-5 cluster. There is a vm, which lzo backups (CIFS storage) cannot be restored. The error message is: Interesting is, that there is a suspicious warning during the backup, but the backup is qualified as succeeded: There are no such problems with gzip-backups...
  8. E

    CIFS: storage is not online (500)

    Hi, I have a proxmox 5.2-3 recently installed and I want to add a new cifs storage but always get the same error: "create storage failed: error with cfs lock 'file-storage_cfg': storage 'SambaQuique' is not online" I had tried from Webgui, from cli and same error, but I can mount that share by...
  9. B

    Pfad mounten in proxmox

    Hallo, seit dem Update von Proxmox 4.4 auf Proxmox 5.1 werden keine cifs-Mount-Punkte mehr geladen. die Mount-Punkte sind alle in der Datei /etc/fstab gelistet: Beispiel: //192.168.188.34/NetBackup/Nextcloud-Data /mnt/nextcloud-data cifs uid=0,gid=0,rw,credentials=/etc/cifspasswd 0 0 In der...
  10. P

    Can no longer mount cifs NAS

    I have two machines running Proxmox which until recently were both capable of mounting a share on my NAS with the following command: # mount -t cifs //192.168.2.184/home /mnt/disk/ -o credentials=/home/phill/.nas_credentials-phill My test Proxmox server can still mount the NAS, but my...
  11. S

    [SOLVED] Presenting a CIFS share to a Container

    I have mounted a CIFs share in my proxmox host that presents files as owned by foo:users. Foo's id is 1002. I want to present this share to a unprivileged container, I'm assuming using a bind mount. The user in the container has id 1000:1000, and creates files like so. I have added the...
  12. J

    Latest Kernel CIFS mounts problem

    Hi everyone. I have 2 servers with proxmox connected to a Freenas smb share for backups. One of them has been updated to the latest kernel and since then i have a problem with my cifs mount. If i try to use it, it says something like "host down". I have to force dismount and mount again and it...
  13. M

    Note on CIFS mount

    So I put up a brand new PVE 4.4 and wanted to mount a CIFS/SMB share off of a Windows server. I made this note to do this from the last PVE: #mkdir /mnt/sambaspot #echo “//sambaspot.localsystem.local/misc2/vm-images /mnt/sambaspot cifs username=sambaspot,password=P@ssw0rd 0 0” >>...
  14. J

    LXC Container Mount CIFS - Sporadically Hangs

    I've pieced together a few instructions from here and there to allow my Prox Containers to mount CIFS shares but I have the sporadic problem where accessing the shares hangs with no response for a few minutes. It clears...eventually. In my case, multiple containers attempt to access the same...
  15. M

    Enable nfs mount on LXC container

    Hello all. I need to be able to mount a volume from a host that is not on the proxmox server onto an lxc container. Whenever I try, I get: root@trin6:~# mount -t cifs -o user=admin //192.168.1.15/Applications /mnt/mymnt mount: //192.168.1.15/Applications is write-protected, mounting read-only...