Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ## Auto mount share folder after network is up
  2.  
  3. Put the next line in the /etc/fstab file.
  4.  
  5. //share_folder //mount_path cifs noauto,nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.deice-timeout=10,(credentials or credentials_file_path) 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement