Results 1 to 10 of 11
I map to Samba shares all day long from Windows desktops. And even by hand from the command prompt on various Linux servers. But what about a Linux desktop? I'm ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-17-2007 #1Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
Mount Samba share from other Linux box
I map to Samba shares all day long from Windows desktops. And even by hand from the command prompt on various Linux servers. But what about a Linux desktop? I'm using OpenSUSE at the moment, I think with Nautilus, and I'm at a loss as to how I map to a network (Samba) share? Obviously an important step in the process of moving to an entirely Linux desktop environment.
- 01-17-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 44
from a browser like Konqueror you would invoke:<b>smb://<ipaddr ></b>. This would pretty much list all the shares available.
- 01-17-2007 #3Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
Ideally I would want them to display as links on the Desktop, or at least always mounted under /mnt, so the network shares would be accessible from any apps that need to open/save files. If I'm going to replace Windows desktops, this is obviously a requirement, so I'm sure it's possible, I just haven't figured out how to do it yet!
- 01-18-2007 #4
have a look at 'mount.cifs' (or mount -t cifs). It mounts a samba share just like a normal file system.
http://www.die.net/doc/linux/man/man8/mount.cifs.8.html
you can add an entry to your /etc/fstab to do this. Something like:
hope this helps.Code://sambaserver/share /mnt/smbshare cifs auto,credentials=credfile,uid=someuser,gid=somegroup,file_mode=0755,dir_mode=0755
HP Pavilion dv6000t
Intel Centrino Duo 2.0GHz
nVidia GeForce Go 7400
Fedora 10
----------------------
The real question is what time is it and why the hell am I still screwing around with my computer?
- 01-18-2007 #5Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
Absolutely. That's the way I've always done them in the past.
Originally Posted by pajamabama
But I'm hoping there's a GUI method, for a layman to configure.
If a layman can't do it easily, Linux can't deploy to the desktop.
Email, surfing, photo editing, videos, Office documents, etc.
Everything is simple -- except mapping to network drives.
- 01-19-2007 #6
Are you using KDE? If so try right-click on the desktop:
Create New -> Link to Location (URL)
then click on the browse button and goto 'Network Folders' -> 'Samba Shares'
and it should list all the windows workgroups around. This will create desktop shortcuts to any share you need.
There's also a Panel applet you can add for network folders. check the desktop snapshot attached:
Right-click on Panel -> Add Applet to Panel
find the 'Network Folders' applet.HP Pavilion dv6000t
Intel Centrino Duo 2.0GHz
nVidia GeForce Go 7400
Fedora 10
----------------------
The real question is what time is it and why the hell am I still screwing around with my computer?
- 01-20-2007 #7Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
Very cool. But (un)fortunately I'm using GNOME.
Originally Posted by pajamabama
- 01-31-2007 #8Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
Maybe I should find a GNOME group to ask.
Certainly there's a way to handle mappings.
- 02-01-2007 #9Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
Or just read some of the GNOME documentation!
Originally Posted by thehemi
In Nautilus, File -> Connect to Server and use "Windows" share.
- 02-11-2007 #10Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
ull want to use fstab like banannapants said. If you just create a link, there will be certain limitations...such as issues playing media files off the samba share. You should mount it somewhere on your local file system.


Reply With Quote
