|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Novell Archives Archived content from Novell openSUSE support forums |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
can someone tell me the bash-command to mount a windows network share at Suse Linux 10.0 from a other network computer with windows xp professional. Thank you. best regards, Dirk Lehmann |
|
|||
|
Dirk Lehmann skrev:
> Hello, > > can someone tell me the bash-command to mount a windows network share at > Suse Linux 10.0 from a other network computer with windows xp professional. > > Thank you. > > best regards, > > Dirk Lehmann From http://www.justlinux.com: smbmount //servername/sharename /mountdirectory -o username=mywindowsusername,password=mywindowspassw ord The mount equivelant is: mount -t smbfs //servername/sharename /mountdirectory -o username=mywindowsusername,password=mywindowspassw ord Rutger |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|