Server:
Spoiler:
Code (ASM):
Distributor ID: Debian Description: Debian GNU/Linux 8.11 (jessie) Release: 8.11 Codename: jessie
smb.confCode (ASM):
ls -l /media/RAID5/ insgesamt 17034388 drwxr-xr-x 3 smbuser nogroup 4096 Jul 21 13:07 0000 Dungeons and Dragons drwxr-xr-x 9 smbuser nogroup 4096 Jul 31 20:51 0000 GOG Installer ...
Code (ASM):
[NAS] path = /media/RAID5/ comment = smb share browsable = yes guest ok = yes ;read only = yes read list = guest write list = smbadmin smbuser
grep über die volle smb.conf:
In der Hoffnung das ich vielleicht irgendwo einen read only default stehengelassen habe. Aber offenbar habe ich das nicht.grep -E read /etc/samba/smb.conf
# This is the main Samba configuration file. You should read the
# By default, the home directories are exported read-only. Change the
read only = no
; read only = yes
;read only = yes
read list = guest
Client:
Spoiler:
fstab:Code (ASM):
Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04 Codename: focal
Code (ASM):
//192.168.1.105/nas /home/userl/NAS_/ cifs defaults,username=smbuser,password=pass,vers=1.0 0 0