Search results

  1. Z

    Samba Storage becomes unavailable

    I got exactly same problem: aded via proxmox gui StorrageBox CIFS mount became offline after few days, i found only solution is to #umount /mnt/pve/StorrageBox after this command its became online in few seconds. I think it want some king of keep session alive ping command or something.
  2. Z

    Restore containers from PBS

    Obliviously this is a hard way that i willing to avoid, to bad that is no other ways.
  3. Z

    Restore containers from PBS

    Hello, i have questions about restoring containers from PBS. I setup PBS (v1.1-5) server, connect it to my ProxmoxVE and backup my containers in it. Previously i often use backup archive of container to make clone or restore it at different server, its very simple and convenient, move archive...
  4. Z

    [SOLVED] Error: mount: only root can use "--types" option (effective UID is 100000)

    I suspect that this error couse of this line - unprivileged: 0
  5. Z

    [SOLVED] Error: mount: only root can use "--types" option (effective UID is 100000)

    I do not resolve this problem, so i found another way to mount shared folder from proxmox hypervisor inside container, via mount bind: pct set 100 -mp0 /mnt/hypervisor_shared_folder/,mp=/mnt/,ro=1 This solved my goal to get a readonly shared folder for containers.
  6. Z

    [SOLVED] Error: mount: only root can use "--types" option (effective UID is 100000)

    Fresh install of Proxmox 6.3-3 on Debian 10 (4.15.18-1-pve). Trying to make NFS shared folder for containers: Allow NFS in apparmor profile: /etc/apparmor.d/lxc/lxc-default-cgns mount fstype=rpc_pipefs, mount fstype=nfs, mount options=(rw, bind), restart APPARMOR, setup /etc/exports with...