![]() ![]() |
Feb 24 2010, 09:34 PM
Post
#1
|
|
|
Group: Members Posts: 19 Joined: 19-January 10 From: San Juan del Río, Querétaro, Mexico Member No.: 60,003 |
Dear Friends,
The idea is to have a folder on my Netwalker that that is visible and open (no passwords) to the public, such as my family's WindowsXP and Mac machines, and my own WindowsXP and Ubuntu desktop and latop. The purpose is to move files back and forth, mostly pictures and documents. I have created a folder on my Netwalker's 16-GB microSDHC storage card called "Sharenetwalker", and then installed the proper Samba packages. I also set up the proper sharing options, as I have a trillion times on other Ubuntu installs. Then I was asked to restart session. I did. But when I click on "Create Share", I get an error message: " 'net usershare' returned error 255: cannot convert name "Everyone" to a SID. The connection was refused. Maybe smbd is not running". HELP!!!! Thanks in advance! |
|
|
|
Feb 24 2010, 11:47 PM
Post
#2
|
|
|
Group: Members Posts: 89 Joined: 1-April 08 From: Silesia Member No.: 21,583 |
Dear Friends, The idea is to have a folder on my Netwalker that that is visible and open (no passwords) to the public, such as my family's WindowsXP and Mac machines, and my own WindowsXP and Ubuntu desktop and latop. The purpose is to move files back and forth, mostly pictures and documents. I have created a folder on my Netwalker's 16-GB microSDHC storage card called "Sharenetwalker", and then installed the proper Samba packages. I also set up the proper sharing options, as I have a trillion times on other Ubuntu installs. Then I was asked to restart session. I did. But when I click on "Create Share", I get an error message: " 'net usershare' returned error 255: cannot convert name "Everyone" to a SID. The connection was refused. Maybe smbd is not running". HELP!!!! Thanks in advance! Well is smb running? /etc/init.d/smb status Then simply put in /etc/samba/smb.conf [sharename$] comment = commentas you wish path = /mnt/card/directory guest ok = yes browseable = yes create mask = 0775 directory mask = 0775 writeable = yes The $ sign in sharename means that share will not show up when you browse shares. It will work normally but you will need to type in whole name in form \\computername\sharename$ Thats preferred for security reasons. If you wish to ignore that simply delete $ sign from sharename There may be a need for setting workgroup = something in global section but not necessary. If this fails try to look into logs /var/log/messages /var/log/samba |
|
|
|
Feb 26 2010, 06:09 AM
Post
#3
|
|
|
Group: Members Posts: 19 Joined: 19-January 10 From: San Juan del Río, Querétaro, Mexico Member No.: 60,003 |
Thanks a million, Ptoki!
|
|
|
|
Feb 26 2010, 01:32 PM
Post
#4
|
|
|
Group: Members Posts: 89 Joined: 1-April 08 From: Silesia Member No.: 21,583 |
|
|
|
|
Feb 26 2010, 05:09 PM
Post
#5
|
|
|
Group: Members Posts: 19 Joined: 19-January 10 From: San Juan del Río, Querétaro, Mexico Member No.: 60,003 |
I have tried several times, but even as Root, it won't allow me to save the smb.conf file.
|
|
|
|
Mar 1 2010, 10:12 AM
Post
#6
|
|
|
Group: Members Posts: 19 Joined: 19-January 10 From: San Juan del Río, Querétaro, Mexico Member No.: 60,003 |
Hmmmm!!!! According to this guy, it is NOT possible to set up Samba on the Netwlaker:
http://www.di2.nu/201001/12.htm |
|
|
|
Mar 1 2010, 11:18 AM
Post
#7
|
|
|
Group: Members Posts: 89 Joined: 1-April 08 From: Silesia Member No.: 21,583 |
Hmmmm!!!! According to this guy, it is NOT possible to set up Samba on the Netwlaker: http://www.di2.nu/201001/12.htm Lets clarify situation: Did you edited files as I suggested? Did it helped? Can you export directories from netwalker to other computers? Thats samba. Other way its mounting network shares. You cant mount shares from other computer? did you read what man mount says about that. Your problems most likely are not netwalker specific so you can check what other ubuntu users are saying about that. That guy from your link is having problems with mounting shares from other computers. But he solved it using additional packages for mounting shares as non privileged user. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 01:41 AM |