Quote:
Originally Posted by neoserdes
The message from XP:
\\LOCALHOST\XP is not accessible. You might not have permission to use this network resource.
Contact the administrator of this server to find out if you have access permissions.
The network path was not found.
|
I am not sure if I get you completely
check whether you smb service is running after restart
Code:
#service smb status <--after you reboot the linux machine
if the service is stopped then use this
Code:
#chkconfig --level 345 smb on
this will make sure that smb is up and running properly next time you boot
and restart your smb services
Code:
#service smb restart
check the firewall of your linux box if it is blocking samba
and next time be specific with results like whether smb was running when you restarted your windows machine or when you restarted linux box