Upload from GitHub
This commit is contained in:
13
pc/mnt/mnt-janis.mount
Executable file
13
pc/mnt/mnt-janis.mount
Executable file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Mount Share at boot
|
||||
|
||||
[Mount]
|
||||
What=//192.168.1.136/janis
|
||||
Where=/mnt/janis
|
||||
Options=_netdev,credentials=/etc/samba/credentials/janis,iocharset=utf8,rw,uid=janis,gid=janis
|
||||
Type=cifs
|
||||
TimeoutSec=30
|
||||
ForceUnmount=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
13
pc/mnt/mnt-janisShare.mount
Executable file
13
pc/mnt/mnt-janisShare.mount
Executable file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Mount Share at boot
|
||||
|
||||
[Mount]
|
||||
What=//192.168.1.136/janis-share
|
||||
Where=/mnt/janisShare
|
||||
Options=_netdev,credentials=/etc/samba/credentials/janis,iocharset=utf8,rw,uid=janis,gid=janis
|
||||
Type=cifs
|
||||
TimeoutSec=30
|
||||
ForceUnmount=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
13
pc/mnt/mnt-shared.mount
Executable file
13
pc/mnt/mnt-shared.mount
Executable file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Mount Share at boot
|
||||
|
||||
[Mount]
|
||||
What=//192.168.1.136/shared
|
||||
Where=/mnt/shared
|
||||
Options=_netdev,credentials=/etc/samba/credentials/janis,iocharset=utf8,rw,uid=janis,gid=janis
|
||||
Type=cifs
|
||||
TimeoutSec=30
|
||||
ForceUnmount=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user