Samba

From miki
Revision as of 22:23, 2 September 2009 by Mip (talk | contribs) (New page: == References == * http://en.opensuse.org/SDB:Access_to_Windows_Shares * See local documentation at <tt>/usr/share/doc/packages/samba/htmldocs</tt> (requires package ''samba documentation'...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

References

Samba Client

  • To mount a samba share in Linux (see [1]):
$ mkdir -p /windows/winshare
$ mount -t cifs //winmachine/testshare /windows/winshare
$ mount -t cifs -o username=user,password=secret //winmachine/testshare /windows/winshare