Page 1 of 1

Re: How to connect to a shared windows folder in the network?

Posted: Tue Aug 04, 2009 7:01 am
by altair4
The Terminal in linux is equivalent to the Command Prompt in Windows.
If you type \\computername\networksharedfolder in the Command Prompt in Windows it won't work.
If you type \\computername\networksharedfolder in the Run box in Windows it will.

The Run Application utility in linux is equivalent to the Run utility in Windows. Only the syntax of the command changes:

In Mint:
Press Alt+F2
Type smb://computername/networksharedfolder

This will open up Nautilus to that share just as its equivalent opens up explorer in Windows.

EDIT: Because of a "quirk" in the Run Application if you type smb://computername without a share_name it fails. You need to explicitly tell it that you want to use nautilus:
Press Alt+F2
Type nautilus smb://computername
I experimented with Mint, made a shared folder located in my Mint desktop and accessed the shared folder successfully using my Vista machine. I even made the shared folder permissions full access to everyone and I still can't access the folder from Mint.
You lost me on this one. You created a share on mint that you can access from Windows but you can't access from your own Mint box?