Advertisement
Guest User

samba.conf

a guest
Oct 9th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | Source Code | 0 0
  1.  
  2. samba 4.19.0-1
  3. # cat /etc/samba/smb.conf
  4. [global]
  5. server string = Samba %v on %L
  6. log level = 0
  7.  
  8. min receivefile size = 16384
  9. use sendfile = yes
  10. aio read size = 2048
  11. aio write size = 2048
  12. read raw = yes
  13. write raw = yes
  14. getwd cache = yes
  15. oplocks = yes
  16. max xmit = 32768
  17. dead time = 15
  18. large readwrite = yes
  19. unix extensions = no
  20. strict locking = no
  21. guest ok = yes
  22. map to guest = bad user
  23. force user = http
  24. load printers = no
  25. printing = bsd
  26. printcap name = /dev/null
  27. disable spoolss = yes
  28.  
  29. [USB]
  30. path = /mnt/MPD/USB
  31. read only = no
  32.  
  33. [SD]
  34. path = /mnt/MPD/SD
  35. read only = no
  36.  
  37. smb.service- Samba SMB Daemon
  38. Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; preset: disabled)
  39. Active: active (running) since Sat 2023-10-07 13:14:30 CEST; 2 days ago
  40. Docs: man:smbd(8)
  41. man:samba(7)
  42. man:smb.conf(5)
  43. Main PID: 299 (smbd)
  44. Status: "smbd: ready to serve connections..."
  45. Tasks: 4 (limit: 2133)
  46. CPU: 1min 47.729s
  47. CGroup: /system.slice/smb.service
  48. ├─ 299 /usr/bin/smbd --foreground --no-process-group
  49. ├─ 560 "smbd: notifyd "
  50. ├─ 561 "smbd: cleanupd"
  51. └─13992 "smbd: client [192.168.0.74]"
  52.  
  53. Oct 07 13:14:12 rAudio systemd[1]: Starting Samba SMB Daemon...
  54. Oct 07 13:14:30 rAudio smbd[299]: [2023/10/07 13:14:30.558362, 0] ../../source3/smbd/server.c:1746(main)
  55. Oct 07 13:14:30 rAudio smbd[299]: smbd version 4.19.0 started.
  56. Oct 07 13:14:30 rAudio smbd[299]: Copyright Andrew Tridgell and the Samba Team 1992-2023
  57. Oct 07 13:14:30 rAudio systemd[1]: Started Samba SMB Daemon.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement