mountoptions

  1. M

    pct set with multiple mountoptions

    Hi, I am trying to create mountpoints in LXC container. It works unless I specify more mountoptions. For example pct set 115 -mp0 /backup-pool/nas,mp=/mnt/backup-pool/nas,backup=0,mountoptions=lazytime;noatime;nodev;noexec;nosuid,replicate=0,ro=1 I tried it with commas instead, or I specified...
  2. G

    Mountoptions inside storage.cfg possible?

    Hi there, I have a CIFS mounted via GUI (so no entry in fstab) for backup porpoises. But my PBS cannot use it because of permission error. After a outtage of the CIFS or reboot I need to do a mount -o remount,uid=34,noforceuid,gid=34,noforcegid /mnt/pve/backup I think it's because of the uid or...