configure SMB share for winslop virtual machines
This commit is contained in:
parent
c2cb4e5152
commit
3d8ed4d3ff
1 changed files with 14 additions and 0 deletions
14
smb4.conf
Normal file
14
smb4.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[global]
|
||||
unix charset = UTF-8
|
||||
workgroup = MYKOLA
|
||||
server string = asus-laptop FreeBSD
|
||||
bind interfaces only = yes
|
||||
interfaces = lo vnat0
|
||||
map to guest = bad user
|
||||
|
||||
[vm-shared]
|
||||
path = /home/mykola/vm-shared
|
||||
writable = yes
|
||||
guest ok = no
|
||||
create mask = 600
|
||||
directory mask = 700
|
||||
Loading…
Add table
Reference in a new issue