Автор: funk2256, 2 Месяца назад, написана на языке Plain Text.
Встраивание на сайт
  1. [global]
  2. workgroup = WORKGROUP
  3. server string = %h server (Samba, Ubuntu)
  4. netbios name = Ubuntu Share
  5. dns proxy = no
  6. log file = /var/log/samba/log.%m
  7. max log size = 1000
  8. passdb backend = tdbsam
  9. unix password sync = yes
  10. passwd program = /usr/bin/passwd %u
  11. pam password change = yes
  12. map to guest = bad user
  13. usershare allow guests = yes
  14. server min protocol = NT1
  15. server max protocol = SMB3
  16. security = user
  17. guest account = guest
  18.  
  19. [guest]
  20.     comment = guest
  21.     path = /tmp/
  22.     public = yes
  23.     only guest = yes
  24.     writable = yes
  25.     printable = no
  26.     read only = on
  27.  
  28. [torrents]
  29.     comment = guest
  30.     path = /home/funk2256/torrents/
  31.     public = yes
  32.     only guest = yes
  33.     writable = yes
  34.     printable = no
  35.     read only = on
  36.  
  37. [shared_folder]
  38.     comment = guest
  39.     path = /home/funk2256/shared_folder
  40.     public = yes
  41.     only guest = yes
  42.     writable = yes
  43.     printable = no
  44.     read only = on
  45.  
  46.  
  47.  
  48. /etc/systemd/system/media-share-torrents.mount
  49.  
  50.  
  51. [Unit]
  52. Description=Mount Share at boot torrents
  53.  
  54. [Mount]
  55. What=//192.168.1.95/torrents
  56. Where=/media/share/torrents
  57. Options=_netdev,iocharset=utf8,username=funk2256,password=19941503,rw,file_mode=0777,dir_mode=0777,uid=1000,gid=1000
  58. Type=cifs
  59. TimeoutSec=30
  60. [Install]
  61. WantedBy=multi-user.target
  62.  
  63.  
  64.  
  65.  
  66. funk2256@home-server:~$ ls -la /home/funk2256/torrents/
  67. total 5304
  68. drwxrwxrwx 11 funk2256 funk2256    4096 фев 16 22:12  .
  69. drwxrwxrwx 33 funk2256 funk2256    4096 фев 16 00:04  ..
  70. drwxr-xr-x  3 funk2256 funk2256    4096 фев  7 23:01  .config
  71. drwxrwxrwx  3 funk2256 funk2256    4096 фев 14 22:59  Backups
  72. drwxrwxrwx  2 funk2256 funk2256    4096 фев  7 23:57  Gen.V.S01.WEB-DL.1080p.Rus.Eng
  73. drwxrwxrwx  2 funk2256 funk2256    4096 фев  8 00:18 'Mashle 2nd Season - AniLibria.TV [WEBRip 1080p]'
  74. drwxrwxrwx  2 funk2256 funk2256    4096 фев  8 00:02 'Mashle [WEBRip 1080p]'
  75. drwxrwxrwx  6 funk2256 funk2256    4096 фев  8 00:20  MediaCover
  76. -rwxrwxrwx  1 funk2256 funk2256     485 фев 16 20:38  config.xml
  77. drwxrwxrwx  2 funk2256 funk2256    4096 фев  7 23:35  downloads
  78. -rwxrwxrwx  1 funk2256 funk2256       0 фев  7 23:38  file
  79. drwxrwxrwx  2 funk2256 funk2256    4096 фев  7 22:59  logs
  80. -rwxrwxrwx  1 funk2256 funk2256  102400 фев 16 20:38  logs.db
  81. -rwxrwxrwx  1 funk2256 funk2256   32768 фев 16 22:16  logs.db-shm
  82. -rwxrwxrwx  1 funk2256 funk2256  861112 фев 16 22:16  logs.db-wal
  83. -rwxrwxrwx  1 funk2256 funk2256 2015232 фев 16 22:12  sonarr.db
  84. -rwxrwxrwx  1 funk2256 funk2256   32768 фев 16 22:17  sonarr.db-shm
  85. -rwxrwxrwx  1 funk2256 funk2256 2319592 фев 16 22:17  sonarr.db-wal
  86. -rw-r--r--  1 funk2256 funk2256       3 фев 16 20:37  sonarr.pid
  87. drwxrwxrwx  2 funk2256 funk2256    4096 фев  7 22:53  tv
  88.