Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: xinspirit on August 16, 2012, 03:32:47 AM

Title: suddenly no network shares
Post by: xinspirit on August 16, 2012, 03:32:47 AM
hi forum

I have one notebook and  one desktop. With my desktop I can open the network shares of SME with \\192.168.3.2.
But suddenly on my notebook not. It is W7 and the username and password is the same as on sme.
Why does the Notebook not connect to SME - I have nothing changed?
Title: Re: suddenly no network shares
Post by: purvis on August 17, 2012, 03:48:42 PM
from the command prompt in windows 7

to show all network connections
Code: [Select]
net use

to connect to a network shared drive
Code: [Select]
net use driveletter: \\ipaddress\ibayname userpassword /user:username

then run "net use" again to see connected network shares