View previous topic :: View next topic |
Author |
Message |
Diezel l33t
Joined: 04 Feb 2003 Posts: 600 Location: Karjaa, Finland
|
Posted: Sat Oct 11, 2003 1:27 pm Post subject: Link to a Samba server? |
|
|
Does anyone know how to make a link on the desktop to a Samba server? I store everything on my server and I would like all programs to access the server. With Nautilus I can browse the server but I can't get smbmount to work. Is there any easy way to do this?
Thanks for any pointers.
Diezel _________________ A bus station is where a bus stops, a train station is where a train stops. On
my desk I have a work station..
Nixadmins.net
FLUG member 473 |
|
Back to top |
|
|
chris4linux Apprentice
Joined: 13 Nov 2002 Posts: 210 Location: Germany
|
Posted: Sat Oct 11, 2003 6:39 pm Post subject: |
|
|
Hi,
When you use KDE, just make a link with the url
Code: |
smb://user:password@workgroup/host/shared_stuff
|
I belive it should work...
with smbmount should it work too:
Code: |
smbmount /host/shared_stuff /path/to/mount -o username=user%password
|
you can add some other (importent?) options...but it should work..
- Chris _________________ NOTICE: alloc: /dev/null: filesystem full |
|
Back to top |
|
|
|