View previous topic :: View next topic |
Author |
Message |
gerni Tux's lil' helper
Joined: 14 Jul 2002 Posts: 107 Location: Austria
|
Posted: Mon Sep 09, 2002 10:21 am Post subject: writing to windows-smb shares |
|
|
is it possible to write to a windows shared directory from a linux computer?
i've installed samba and lisa -> browsing, reading and writing from a windows computer on my linux computer works perfectly.
browsing and reading a windows-share from my linux computer (with konqueror) is possible too. But when i try to write to a windows share from my linux computer i allways get: "writing to smb not supported"
is there a possibility to write to windows-shares from a linux-machine?
thanks for your help!
gernot |
|
Back to top |
|
|
carpaski Retired Dev
Joined: 04 Aug 2002 Posts: 43 Location: Chicago, IL
|
Posted: Mon Sep 09, 2002 1:23 pm Post subject: |
|
|
Mount the share somehow. If your program (lisa?) supports it then use it to mount it, otherwise do something like:
mount -t smbfs //MACHINENAME/ShareName /mount/point
Might need a -o username=MyUserName in there after the smbfs. _________________ Nicholas Jones <carpaski@gentoo.org>
Gentoo Linux Developer |
|
Back to top |
|
|
gerni Tux's lil' helper
Joined: 14 Jul 2002 Posts: 107 Location: Austria
|
Posted: Tue Sep 10, 2002 8:06 am Post subject: |
|
|
thanks for your help!
gernot |
|
Back to top |
|
|
|