This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Directory and Authentication / Re: How to mount a network drive at login from linux clients
« on: June 04, 2023, 12:41:19 am »
It worked for me. Thnx a lot !
2
Other modules / Re: File Shares on Zentyal
« on: May 25, 2023, 12:14:35 pm »
After many efforts (try and error) I managed to bypass (and actually solve) this problem. I firstly mounted a "normal" Zentyal share, let's say /home/samba/shares/data.
The second step was to mount rhe nfs disk at the saming mounting point. I added thsi into my /etc/fstab file
user@192.168.2.175:/mnt/data /home/samba/shares/data fuse.sshfs noauto,x-systemd.automount,_netdev,IdentityFile=/home/dkyrgia/.ssh/id_rsa,allow_other,reconnect 0 0
The third step was to create a passowrdless connection to the remote side
https://linuxize.com/post/how-to-setup-passwordless-ssh-login/
so during the boot the connection in fstab can be established without the need of password.
It works fine
/dimitris
The second step was to mount rhe nfs disk at the saming mounting point. I added thsi into my /etc/fstab file
user@192.168.2.175:/mnt/data /home/samba/shares/data fuse.sshfs noauto,x-systemd.automount,_netdev,IdentityFile=/home/dkyrgia/.ssh/id_rsa,allow_other,reconnect 0 0
The third step was to create a passowrdless connection to the remote side
https://linuxize.com/post/how-to-setup-passwordless-ssh-login/
so during the boot the connection in fstab can be established without the need of password.
It works fine
/dimitris
Pages: [1]