Connecting to Windows7 share gives mount error

Solution 1:

In your Windows computer set the following registry key to ’1′:

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache

and set the following registry key to ’3′:

HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size

No ``, just the values.

Reboot!

Solution 2:

I also had some problems sharing folders. I installed samba but when restarting samba after changing the smb.conf file i got a message that samba wasn't installed and that i needed to install samba4. After installing samba4 it still didn't work and i did a bit of google magic and found out that on Ubuntu 11.10 you need to install the system-config-samba package.

First you need to install the system-config-samba package. Open a terminal (press SuperKey and type terminal) and copy+paste the following line:

sudo apt-get install system-config-samba

When the package is installed close the terminal window and press Alt+F2 and type: samba. Click on Preferences and select the server settings. In the Workgroup text field you need to enter the name of your windows network. When done you can close the samba server configuration window.

To share a folder click with your right mouse button on the folder that you want to share and choose Sharing Options. Click on the checkbox in front of Share this folder and enable allow others to create and delete files and guest access if you want. If you don’t enable guest acces then you will need to make a new user account on Ubuntu and use that account to get acces to the shared folder from a windows machine. Now clcik on the Create Share button and on the Add the permissions automatically button.

If you are asked for a username and a password when trying to open your shared folder you must add your Ubuntu account to the Samba user database. To do that copy+paste the following line in a terminal window:

sudo smbpasswd USERNAME -a

First you will be asked for your password and after that you need to enter a new samba password. Replace USERNAME with your username

If you can’t detect the shared folder on windows 7 make sure that file and printer sharing is enabled.

To enable file and printer sharing on windows 7 start Windows and in the search box type:

manage advanced sharing settings

Under Public folder sharing enable the Turn on sharing option and restart Windows.