Groups > SUSE Linux > opensuse networking > Re: Unable to access shared folders




Unable to access shared folders

Unable to access shared folders
Wed, 16 Apr 2008 01:46:01 GMT
Hello All:
I have recently installed open suse 10.3 on my Gateway DX200 series
home computer duel booting with WinXP. All hardwares are detected and
softwares   are functioning well. I am really impressed and pleased
except for one problem which I have not been able to resolve thus far.
I have 3 computers in my home networking. All running on Linux OS. The
open suse one (192.168.0.100) has its Ethernet wired to a D-Link router
(192.168.0.1), the other 2 pc's ( 101 & 102) access the internet and the
home network via a wireless set up. All work well.
I can see all computers (netbios) names in "Network Folder/SMB
shares"
under the work group "MSHome" name. However, when in open suse one, I
click on a computer name I get "could not connect to host for smb://pc
name/". And from other computer if I click on the name of open suse
one, it opens the tree, but when a folder in tree is clicked on it, I
get the message "The file or folder smb://pc name/folders name does not
exist". I have disabled firewalls and checked file sharing permissions
in samba configuration. Everything seems to be Ok. But the problem
still unresolved.
I would appreciate any guidance/suggestions for a resolution to this
issue.
Many thanks in advance!


-- 
marco07
------------------------------------------------------------------------
marco07's Profile: http://forums.novell.com/member.php?userid=14402
View this thread: http://forums.novell.com/showthread.php?t=324356
Post Reply
Re: Unable to access shared folders
Wed, 16 Apr 2008 11:56:02 GMT
marco07;1538004 Wrote: 
> Hello All:
> I have recently installed open suse 10.3 on my Gateway DX200 series
> home computer duel booting with WinXP. All hardwares are detected and
> softwares   are functioning well. I am really impressed and pleased
> except for one problem which I have not been able to resolve thus far.
> I have 3 computers in my home networking. All running on Linux OS. The
> open suse one (192.168.0.100) has its Ethernet wired to a D-Link router
> (192.168.0.1), the other 2 pc's ( 101 & 102) access the internet and
the
> home network via a wireless set up. All work well.
> I can see all computers (netbios) names in "Network Folder/SMB
shares"
> under the work group "MSHome" name. However, when in open suse
one, I
> click on a computer name I get "could not connect to host for
smb://pc
> name/". And from other computer if I click on the name of open suse
> one, it opens the tree, but when a folder in tree is clicked on it, I
> get the message "The file or folder smb://pc name/folders name does
not
> exist". I have disabled firewalls and checked file sharing
permissions
> in samba configuration. Everything seems to be Ok. But the problem
> still unresolved.
> I would appreciate any guidance/suggestions for a resolution to this
> issue.
> Many thanks in advance!

Sounds a bit like name resolution needs tweaking. The openSUSE default
for name resolution can be improved. You should have this lines in the
[global] paragraph of smb.conf, the Samba configuration file:
> name resolve order = bcast host lmhosts wins. This error message:
> The file or folder smb://pc name/folders name does not exist
is often the result of name resolution not quite settled around the
LAN. So if you make the change to each smb.conf, include check that
line defining the netbios name exists in each [global] paragraph. Then
reboot the three machines and wait 5 minutes, firewalls still off, it
should settle down.

If not settle down, attach the files smb.conf (rename to *.txt so it is
a valid attachment) and we see if the problem is deeper.

Swerdna


-- 
swerdna
------------------------------------------------------------------------
swerdna's Profile: http://forums.novell.com/member.php?userid=10178
View this thread: http://forums.novell.com/showthread.php?t=324356
Post Reply
Re: Unable to access shared folders
Wed, 16 Apr 2008 21:46:03 GMT
Hi, thanks for your reply!
I tried your suggestions to no avail. Here is my smb.conf file. I
appreciate your comments and any further suggestion.
Thank you!


+-------------------------------------------------------------------+
|Filename: smbconf.txt                                              |
|Download: http://forums.novell.com/attachment.php?attachmentid=893 |
+-------------------------------------------------------------------+

-- 
marco07
------------------------------------------------------------------------
marco07's Profile: http://forums.novell.com/member.php?userid=14402
View this thread: http://forums.novell.com/showthread.php?t=324356
Post Reply
Re: Unable to access shared folders
Wed, 16 Apr 2008 22:26:02 GMT
Did you mean to set up a domain with this as server and domain master
browser and primary domain controller? The use of MSHOME indicates
perhaps answer is "no". If "no" then you might try the
default setup
for a SOHO LAN (a workgroup). A copy of recommended configuration for
that is 'here on this link'
(http://www.swerdna.net.au/lanprimer/smb.conf.lmb_not_pmb).

Also this:
> [mahmood]
> 	comment = Home Directory
> 	path = /home/mahmood
> 	read only = No
> 	guest ok = Yes
> 	case sensitive = No
> 	strict locking = No
> 	msdfs proxy = no
would be better as this:
[mahmood]
	comment = Home Directory
	path = /home/mahmood
	read only = No
	guest ok = Yes
force user = mahmood

BTW is that share intended to be open to everyone on the LAN?

Swerdna


-- 
swerdna
------------------------------------------------------------------------
swerdna's Profile: http://forums.novell.com/member.php?userid=10178
View this thread: http://forums.novell.com/showthread.php?t=324356
Post Reply
Re: Unable to access shared folders
Thu, 17 Apr 2008 12:56:03 GMT
Thanks Swerdna! Your default smb.conf worked. It provided me access to
other computers as well as shared folders thru start/network folder/smb
shares as of now. However, when I fire up smb4k, it shows the work group
and opens up the tree, but would not open any folders. I get the message
"The share //DX200/mahmood coul not be mounted. and the
"Details"
indicate "mount error1 = operation not permited. refer to mount(8) cifs
mount page. I did check the manual for mount cifs(8) but could not
infere. Please note here that I am on DX200 already.

Of course, this is not a big issue now since I have access thru
start/network folgder/smb shares. But I am curiious as to why?

> Did you mean to set up a domain with this as server and domain master
> browser and primary domain controller? 

No. Not really! The smb.conf was the original one from Suse10.3
installation. All I did was to go to YaSt and try to configure my LAN.

> BTW is that share intended to be open to everyone on the LAN?
>  
Yes. Because my intention is a simple home networking system enabling
me to access all my computers and files. Its only me and there are no
other users.
Again, thank you for your guidance and patient with me. It is well
appreciated!


-- 
marco07
------------------------------------------------------------------------
marco07's Profile: http://forums.novell.com/member.php?userid=14402
View this thread: http://forums.novell.com/showthread.php?t=324356
Post Reply
about | contact