Hi all :-) Easy question: server A with some shared dirs. Several client (via vpn) connects to this server (connection speed 30Kb/s) How I mount a share dir keeping with automatic remount this share after the server rebooted? with linux client: mount -cifs //ip/share /local -o user=user1,pass=pass1 thanks for help Pol
Le 31/10/2013 22:43, Pol Hallen a ?crit :> Hi all :-) > > Easy question: server A with some shared dirs. > > Several client (via vpn) connects to this server (connection speed 30Kb/s) > > How I mount a share dir keeping with automatic remount this share after > the server rebooted? > > with linux client: > > mount -cifs //ip/share /local -o user=user1,pass=pass1 > > thanks for help > > Pol >Hi, I would better use autofs for this function. Nicolas