HOWTO: Samba foldersharing in Dolphin or Nautilus the smooth way
m (20120128 - fixed a codebox) |
Hatalar205 (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | {{i18n| [[HOWTO: Samba foldersharing in Dolphin or Nautilus the smooth way|en]] [[Tr:HOWTO: Samba foldersharing in Dolphin or Nautilus the smooth way|tr]]}} | ||
| + | |||
1. make shure you have installed samba, kdenetwork-filesharing (for KDE SC) or nautilus-share (for Gnome) | 1. make shure you have installed samba, kdenetwork-filesharing (for KDE SC) or nautilus-share (for Gnome) | ||
Latest revision as of 17:38, 16 November 2012
1. make shure you have installed samba, kdenetwork-filesharing (for KDE SC) or nautilus-share (for Gnome)
2. open a terminal and become su
3. add a group called sambashare by running
Unknown extension tag "syntaxhighlight"
4. add your user to the group sambashare
Unknown extension tag "syntaxhighlight"
5. run these three commands:
Unknown extension tag "syntaxhighlight"
Unknown extension tag "syntaxhighlight"
Unknown extension tag "syntaxhighlight"
4. add these at the end of the [Global] section in /etc/samba/smb.conf
Unknown extension tag "syntaxhighlight"
5. make sure all entries in
Unknown extension tag "syntaxhighlight"
are commented out
6. For sharing folders in you home folder, make sure that the homefolder of the user is readable to others, otherwise samba can't make the folders there accessable.
7. run
Unknown extension tag "syntaxhighlight"
so the samba daemon is startet on systemstart (only if samba is not running at startup, for ubuntu or debian this should not be needed, but for Sabayon this is necessary).
8. And as some people will experience that after reboot the nmbd is not started and the shares are not shown you can add to the
Unknown extension tag "syntaxhighlight" this Unknown extension tag "syntaxhighlight"
and if you still get problems using this you could try it with the sleep command to enshure that nmbd really can open a socketand if you still get problems using this you could try it with the sleep command to enshure that nmbd really can open a socket
Unknown extension tag "syntaxhighlight"
this lets the system wait for 20 seconds and then does the restart of the samba service. You should find out what is the best time youself, for me the 20 seconds are good working.
9. And the Unknown extension tag "syntaxhighlight" should also be edited because the aliases are confusing smb.
So I changed it from
Unknown extension tag "syntaxhighlight"
to
Unknown extension tag "syntaxhighlight"
10. finally reboot, now you can use the foldersharing by rightclicking within Dolphin or Nautilus
Perhaps this should be implemented in Sabayon as default, so the user experience gets more comfortable.
greetings
maulbongo