Hello there,
I installed bananian.
I set up the OS, then i mount an hardisk and installed transmission, minidlna and samba.
Everything works fine except samba.
I tried to change the smb.conf as I found on the internet but i can't connect to the folders via share devices on macbook.
This is the setting I added in smb.conf:
[DRIVE_NAME_*]
comment = Some comment about this drive
path = /media/DRIVE_NAME_*
create mask = 0777
directory mask = 0777
read only = yes - [global]
- disable netbios = yes
- workgroup = workgroup
- server string = db1
- dns proxy = no
- log file = /var/log/samba/log.%m
- max log size = 1000
- syslog = 0
- panic action = /usr/share/samba/panic-action %d
- obey pam restrictions = yes
- unix password sync = yes
- passwd program = /usr/bin/passwd %u
- passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
- pam password change = yes
- map to guest = bad user
- usershare allow guests = yes
- security = user
- username map = /etc/samba/smbusers
- load printers = no
- printing = bsd
- printcap name = /dev/null
- disable spoolss = yes
- [verbatim2tb]
- path = /media/verbatim2tb
- writeable = yes
- browseable = no
- create mask = 6777
- directory mask = 6777
- read only = yes
Copy the Code Moreover... sometimes I see the shared devices "lemarker" and sometimes no. I don't know what I have to do.
Initially I could saw the folders "verbatim2tb" but I couldn't connect to it. After some changes I couldn't connect at all. |