Re: [systemd-devel] Stacked automount dependencies

2018-03-30 Thread Andrei Borzenkov
On Fri, Mar 30, 2018 at 9:06 AM, Kenneth Porter wrote: > --On Friday, March 30, 2018 2:25 PM +1100 Michael Chapman > wrote: > >> This probably isn't going to work the way you want. Starting the share1 >> automount will itself cause share0 to be mounted, since systemd needs to >> ensure that the s

Re: [systemd-devel] Stacked automount dependencies

2018-03-29 Thread Kenneth Porter
--On Friday, March 30, 2018 2:25 PM +1100 Michael Chapman wrote: This probably isn't going to work the way you want. Starting the share1 automount will itself cause share0 to be mounted, since systemd needs to ensure that the share1 directory exists, and to mount an autofs filesystem at this d

Re: [systemd-devel] Stacked automount dependencies

2018-03-29 Thread Michael Chapman
On Fri, 30 Mar 2018, Kenneth Porter wrote: I need to automount a couple cifs shares on a NAS box, with one share mounted to a directory within another share: /srv/share0/share1 This probably isn't going to work the way you want. Starting the share1 automount will itself cause share0 to be mo