Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
thunar + nautilus + samba shares not showing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Mon Sep 02, 2013 12:22 am    Post subject: thunar + nautilus + samba shares not showing Reply with quote

net-fs/samba-3.6.18 USE="acl aio avahi caps client cups fam ldap netapi pam readline server smbclient -addns -ads -cluster -debug -dmapi -doc -examples -ldb -quota (-selinux) -smbsharemodes -swat -syslog -winbind"
gnome-base/nautilus-2.32.2.1-r2 USE="gnome introspection {-test} -xmp"
xfce-base/thunar-1.6.2 USE="dbus exif pcre startup-notification udev -debug -libnotify {-test}" XFCE_PLUGINS="trash"


/etc/samba/smb.conf
Code:
[global]
 
# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
workgroup = WORKGROUP
netbios name = mkultra
 
# server string is the equivalent of the NT Description field
server string = the share of the century
 
# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the HOWTO Collection for details.
security = share
# DONT LET IT FOOL U, U NEED SECURITY = SHARE!!!!
 
# Unix users can map to different SMB User names
username map = /etc/samba/smbusers
 
# nautilus sharing shit
usershare allow guests = yes
usershare max shares = 100
usershare owner only = False
 
# write to unix back end using this user:group
 
[Broadcast]
comment = Guest access share
public = yes
path = /home/samba/broadcast
browseable = yes
read only = yes
guest ok = yes
 
[Dropbox]
path = /home/samba/dropbox
public = yes
browseable = yes
read only = no
guest ok = yes
force user = mkultra
force group = mkultra


lrwxrwxrwx 1 root root 20 Sep 1 20:21 samba -> /home/mkultra/samba/

mkultra@mksrv [ ~/samba ]$ ls
broadcast dropbox

what gives? other versions are not showing shares either. 3.6.12 & 3.6.16
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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