Hello everyone,
I have two hdd's connected to my router ("Samsung", "Seagate")
Both of them are HFS, not journaled.
I can write to the disk when I connect directly to my router (telnet), but when I use my local computer, I get permission denied.
My configuration is as follows:
In freetz webui, Samba -> Settings:
Samba->Options:
Samba->Shares:
I also tried to peek at /var/mod/etc/samba/smb.conf:
I tried editing that file and see if it helps in some sort of way, but no change is saved after a
What am I missing? Its *really* frustrating.
I have two hdd's connected to my router ("Samsung", "Seagate")
Both of them are HFS, not journaled.
I can write to the disk when I connect directly to my router (telnet), but when I use my local computer, I get permission denied.
My configuration is as follows:
In freetz webui, Samba -> Settings:
Code:
Samba security: Share
Username/Password: aa/aa
Default Shares: Share all partitions is checked.
Samba->Options:
Code:
empty
Samba->Shares:
Code:
/var/media/ftp/Seagate/ Seagate 1 0
/var/media/ftp/Samsung/ Samsung 1 0
I also tried to peek at /var/mod/etc/samba/smb.conf:
Code:
### global
[global]
netbios name = FRITZ.BOX
workgroup = WORKGROUP
server string = %h (Samba %v)
syslog = 1
syslog only = yes
encrypt passwords = true
passdb backend = smbpasswd
obey pam restrictions = yes
socket options = TCP_NODELAY
unix charset = ISO-8859-1
preferred master = yes
os level = 20
security = share
guest account = ftpuser
username map = /mod/etc/samba/users.map
### expert
### default
[SAMSUNG]
path = /var/media/ftp/SAMSUNG
user = ftpuser
read only = no
[Seagate]
path = /var/media/ftp/Seagate
user = ftpuser
read only = no
### default
### shares
[Seagate]
comment =
path = /var/media/ftp/Seagate/
guest ok = yes
read only = no
[Samsung]
comment =
path = /var/media/ftp/SAMSUNG/
guest ok = yes
read only = no
user = ftpuser
### fin
I tried editing that file and see if it helps in some sort of way, but no change is saved after a
Code:
/etc/init.d/rc.samba restart; /etc/init.d/rc.smbd restart
What am I missing? Its *really* frustrating.