Skip to main content
GameDev.net gamedev.net
🔒 Locked

Access shared windows folder from linux

Started by Glass_Knife Nov 17, 2008 at 3:49 PM 4 replies 3.7k views
Original Post
Glass_Knife
Glass_Knife
First of all, I think it is important to point out that I am a complete newbie in the land of Linux. Having said that, I feel as though there is some secret little thing no one is telling me. I have a windows box with a shared folder, and other windows boxes can see it. I have Ubuntu 8.10, and although I can see the computer, I can not see the folder. Everything I have read on Google suggests that this should just work. I am very frustrated. A few months ago, I setup a different machine with Fedora and so did a friend of mine. According to him, he set up his machine exactly the same way I did, and yet he could see the shared folder and I could not. I suspect something so simple that no one has even mentioned it. Any help would be GREATLY appreciated.
Codeka
Codeka
Have you installed Samba? Samba is the software that lets Linux talk to Windows shares (and vice versa).
deadstar
deadstar
If you're using KDE, fire up Konqueror and type:

smb://computername


I'm not sure sure about Gnome though. Stick 'samba' into the package manager and see what handy GUI tools come up to give you a boost.
"The right, man, in the wrong, place, can make all the dif-fer-rence in the world..." - GMan, Half-Life 2   A blog of my SEGA Megadrive development adventures: http://www.bigevilcorporation.co.uk
Simian Man
Simian Man
If you are using Gnome:

  1. Click the the places menu

  2. Click Connect to Server

  3. Change Service Type to Windows Share

  4. Enter the relevant info

  5. Click Connect



If that works, I recommend that you create a bookmark so next time, you can just click on that under the Places menu, and Nautilus will pull it up.

I haven't tried this with Windows shared folders, but I use the same procedure to access FTP and SSH.
Kwizatz
Kwizatz
Quote:
Original post by deadstar
If you're using KDE, fire up Konqueror and type:

smb://computername


I'm not sure sure about Gnome though. Stick 'samba' into the package manager and see what handy GUI tools come up to give you a boost.


Nautilus would take smb:// just fine as well.
Glass_Knife
Glass_Knife
Some more information.

I logged in as root and connected to the drive no problem. Then when I tried with my own account, not only did it not connect, but it locked out my windows account.

I later discovered that I could set the network file sharing permission for my use account, and then I was able to connect.

That was yesterday. Today, I tried the same thing and it locked my account out again.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.