> I am not using commands for accessing samba share i am using by gui > mode open "smb://192.168.0.0" > location. > This is not a valid address. It represents the whole of the class C network.
You need the IP address of the PC on which the share is. It would be in the range 192.168.0.1 to 192.168.0.254 If you are sharing a directory on that PC it would need to include the path as well. For example on my laptop I share a directory from my desktop PC. My network is 192.168.1.0 my desktop PC's Ip address is 192.168.1.30 and in the /etc/fstab file I have this : //192.168.1.30/documents /home/norman/nas1 cifs password= (mypassword for the user), uid=1000,gid=1000,username=norman 0 0 where //192.168.1.30/documents is a subdirectory of the user norman on my desktop PC and /home/norman/nas1 is where it gets mounted on my laptop. Norman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ubuntu Linux" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ubuntulinux?hl=en -~----------~----~----~----~------~----~------~--~---
