Kubuntu shared folder, How to?

Abdullah Teke ateke.groups at gmail.com
Fri Nov 20 07:35:03 UTC 2009


On Fri, Nov 20, 2009 at 6:19 AM, R. John Savage Jr.
<rsavagejr at hotmail.com> wrote:
> Hi All
> I have a network of 8 pc's 3 kubuntu and 3win xp 2 win Vista. My peer to
> peer windows network is wired and wireless. I desire to create a shared
> folder on my Kubuntu systems running ver. 9.10. I am able to see all of my
> Kubuntu systems on the network but I am not able to create a shared folder
> on any. I have read everything I can find online but cannot find an answer.
> Also Samba sees my windows pc's sometimes but I am only able to access the
> window share folders on ocation. Some firewall issue it says.
> I am kind of a linux nuuuuubeeeeeeee but I love it and want to learn more. I
> all ways watch the kubuntu-users threads and learn allot.
> Thanks for the help.
>
> John S.
>
> ________________________________
> Windows Live: Make it easier for your friends to see what you’re up to on
> Facebook.
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
>

You should edit. /etc/samba/smb.conf like below.

#============================ Share Definitions ==============================

[shared]
       comment = Home Directories
       browseable = yes
       path = /home/
       guest ok = yes
       readable = yes
       writable = no
;       valid users = %S
;       valid users = MYDOMAIN\%S
[ateke]
       comment = Home Ateke
       browseable = no
       path = /home/ateke
       writable = yes
       guest ok = no

As you see there are two shared folders. One of them is readonly and
the other one is writable. Also you should add a samba user for access
from windows. For this you can use

smbpasswd --help for options.

-- 
Abdullah Teke
=================
Tel    : 0 555 337 21 89
MSN  : abdullahteke at hotmail.com
ICQ   : 164500674
Web  : www.abdullahteke.com




More information about the kubuntu-users mailing list