Sharing between two Ubuntu 11.10 systems not working for me

I am using Ubuntu 11.10 on both of my PC's.

I wanted to access PC2's shared directory from PC1. So in PC2, from nautilus file manager, right-clicked on the directory that I want to share with the other PC, and clicked on "Sharing ..".

It asked me to install Samba - which I did. Then I was asked to restart - which I did. I had to do the same steps for the other PC also - which I did.

But after that when I clicked on "Browse Network", it showed "Windows Network". Double-clicking on it shows "Failed to retrieve share list from server".

Later I installed GSamba and simply went with the default settings. I did this for both systems. But still I can't access the other system from Network.

May be I am missing some steps here. Need your help please to solve this.

Thanks in advance.


I am not a Samba user, but maybe this will help you.

I use ssh to share between my multiple PCs. Open a terminal session and enter the following:

sudo apt-get install openssh-server

Once installed I then use

Nautilus ---> File ---> Connect to Server

Type the IP address of whatever PC you are trying to connect to > Change the Type to SSH > enter the rest of your credentials for that machine.

In addition to this you could explore using your Ubuntu One folder for this. This way your files will be kept up to date on both machines plus have access remotely.

Good luck