install smb for win11 iso mount on pxe
This commit is contained in:
54
roles/samba/files/etc/samba/smb.conf
Normal file
54
roles/samba/files/etc/samba/smb.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
## NAS Samba Configuration
|
||||
|
||||
[global]
|
||||
workgroup = SBX
|
||||
server string = pve
|
||||
security = user
|
||||
guest ok = yes
|
||||
map to guest = Bad Password
|
||||
|
||||
# Disable netbios/wins support
|
||||
disable netbios = no
|
||||
dns proxy = no
|
||||
|
||||
log file = /var/log/samba/%m.log
|
||||
max log size = 50
|
||||
printcap name = /dev/null
|
||||
load printers = no
|
||||
|
||||
# Samba Shares
|
||||
[Windows]
|
||||
path = /mnt/Windows
|
||||
public = yes
|
||||
browseable = yes
|
||||
read only = no
|
||||
guest ok = yes
|
||||
|
||||
# Samba Shares
|
||||
#[frigate]
|
||||
# path = /mnt/ssd/frigate
|
||||
# browseable = yes
|
||||
# read only = no
|
||||
# guest ok = no
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user