Re: [Hampshire] Samba permission problem - this time correct…

Top Page

Reply to this message
Author: Tim
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Samba permission problem - this time corrected
On Thursday 26 February 2009 21:16:26 Keith Edmunds wrote:
> On Thu, 26 Feb 2009 21:01:41 +0000, xendistar@??? said:
> > my last e-mail
> > should of read:
>
> s/of/have/
>
> > [Pictures]
> > path = /mnt/sda1/Pictures
> > case sensitive = no
> > strict locking = no
> > msdfs proxy = no
>
> I've had issues with "msdfs proxy" before: although it may not resolve
> your problem, I'd remove that line. Probably worth posting the global
> section of your smb.conf as well as the output of:
>
> ls -ld /mnt/sda1 /mnt/sda1/Pictures
>
> Keith



OK here output from the ls command

mit@Titan:~$ ls -ld /mnt/sda1 /mnt/sda1/Pictures
drwxr-xr-x 8 mit users 4096 2009-02-22 17:08 /mnt/sda1
drwxrwxrwx 33 mit users 4096 2009-02-26 21:32 /mnt/sda1/Pictures

Here is the full smb.conf, I have removed the msdfs proxy sections and
restarted samba

[global]
workgroup = HOME
server string = %h server (Samba %v)
map to guest = Bad User
passdb backend = tdbsam
log level = 1
max log size = 1000
acl compatibility = winnt
server signing = Auto
deadtime = 15
socket options = TCP_NODELAY IPTOS_LOWDELAY
domain master = no
dns proxy = no
wins support = Yes
ldap ssl = No
panic action = /usr/share/samba/panic-action %d
host msdfs = no
hide unreadable = yes
oplocks = no
level2 oplocks = no
restrict anonymous = no
max protocol = NT
read only = no
nt acl support = no
guest ok = yes

[printers]
comment = All Printers
path = /tmp
create mask = 0700
printable = Yes
browseable = No

[mp3]
path = /mnt/sda1/mp3
case sensitive = no
strict locking = no

[Pictures]
path = /mnt/sda1/Pictures
case sensitive = no
strict locking = no

[video]
path = /mnt/sda1/Video
case sensitive = no
strict locking = no

Thanks