Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't get samba client to follow symlinks
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
hadoque
Apprentice
Apprentice


Joined: 09 Sep 2004
Posts: 150
Location: Stockholm, Sweden

PostPosted: Sat Oct 04, 2008 9:16 pm    Post subject: Can't get samba client to follow symlinks Reply with quote

For some resaon I cannot get my samba client to follow symlinks on my samba server. The windows client sees the symlinks as folders like they should, and if I let gnome follow the links in computer:// to the samba shares, the symlinks are treated correctly. The problem is mounting the shares manually, with fstab. The symlinks are then files, that cannot be followed.

This is the fstab entry on the client
Code:

//192.168.2.102/home   /mnt/home   cifs   noauto,uid=1000,username=hadoque,password=,umask=000   0 0

This is samba.conf on the server:
Code:
[home]
        comment = shared
        path = /home/hadoque
        guest ok = yes
        browseable = yes
   writable = yes
   follow symlinks=yes
   wide links=yes
        unix extensions = no


I have also done:
Code:
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled

on the client. Why cant i follow symlinks? This is making me nuts...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum