SUSE / openSUSE This Forum is for the discussion of Suse Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-24-2005, 05:03 AM
|
#1
|
LQ Newbie
Registered: May 2005
Location: West Lancashire, UK
Posts: 9
Rep:
|
Accessing network shares
I am running a linux SMEServer (www dot contribs dot org) on my network of Windoze PCs, and have added a Suse 9.3 desktop system, running KDE
One thing I have not yet understood is how to set it up so that a network share (through Samba) is accessible through the open dialog in (e.g) open office. I can get a shortcut to the share on the desktop using the KdeNet... thing, but cannot open documents on the network through File/Open in Open office, I can only do it by double clicking the document from the desktop konqueror window.
TIA
|
|
|
05-24-2005, 05:41 AM
|
#2
|
Member
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846
Rep:
|
Why don't you just mount the share in your /etc/fstab?
|
|
|
05-24-2005, 05:51 AM
|
#3
|
LQ Newbie
Registered: May 2005
Location: West Lancashire, UK
Posts: 9
Original Poster
Rep:
|
Yes I can see that I could do that, but I am experimenting with Linux as a desktop as an alternative to Windoze, so I'd rather some more friendly (e.g GUI) way to do it.
|
|
|
05-24-2005, 05:54 AM
|
#4
|
Member
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846
Rep:
|
Ok, enjoy.
|
|
|
05-24-2005, 09:07 AM
|
#5
|
LQ Newbie
Registered: May 2005
Location: West Lancashire, UK
Posts: 9
Original Poster
Rep:
|
ok, I've seen how to move the network share icons onto the desktop, and they also appear in the "network" tab for the open office open dialog.
However they don't seem to be "mounted" in the way I would expect, thus (e.g) there is no way to use Firefox to pick up a bookmark file off the network, so you have to copy the file to the local system first.
Also There does not seem to be anywhere where I can supply a samba username and password which is used by default, which means I end having to put in the username and password every time. I am sure I did this with Suse 9.2 when I tried it about 6 months ago.
|
|
|
05-24-2005, 09:22 AM
|
#6
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
I am not sure if this can be handled by submount. As far as I understand, you would like to access the network share through a folder icon, but it should be mounted on demand. Like equinox suggested, this can be done with an entry in /etc/fstab. However this will not mount on demand. But I wonder if one could use submount (submount mounts a device as soon as the mountpoint is accessed), e.g. like this:
Code:
//remote/share /local/mount subfs fs=smbfs,username=tridge,password=foobar
I have no idea if this would work, it's probably a stupid idea. Note that the password will be in plain text.
EDIT: OK, it was a stupid idea! Please ignore, it doesn't work.
Last edited by abisko00; 05-24-2005 at 09:31 AM.
|
|
|
05-24-2005, 09:32 AM
|
#7
|
LQ Newbie
Registered: May 2005
Location: West Lancashire, UK
Posts: 9
Original Poster
Rep:
|
I'm not too worried about "on demand", but I am worried about the ability of a naive user (ex windoze) to set it up, and also whether it will ask for a username/password every time.
|
|
|
05-24-2005, 09:50 AM
|
#8
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
It won't ask for a password if you specify it in /etc/fstab, or /etc/samba/smbfstab (the later one is more secure since it can be protected against normal users viewing it). Also the syntax if fairly easy. It has to be done once for each share, so it's not too much typing to do.
|
|
|
05-25-2005, 01:30 AM
|
#9
|
Member
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846
Rep:
|
And if security is an issue you can just create a credentials file. So instead of specifying the username and password explicitly all you do is create the credentials file in root's home directory and add that to your /etc/fstab.
|
|
|
All times are GMT -5. The time now is 12:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|