View previous topic :: View next topic |
Author |
Message |
rado3105 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 14 Jul 2007 Posts: 293
|
Posted: Mon Dec 08, 2008 8:57 pm Post subject: Problem to mount samba on gentoo from win xp user |
|
|
Hi, when I a want to connect to samba from some winxp to winxp, I need just to write ip of machine I want to connect.
Using gentoo(I have everything installed), I cant connect using:
Code: | mount -t cifs -o, username=guest, password=guest //192.168.76.88/Programy/ /mnt/test/ |
can you help where is the problem |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DrWilken Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/845870154493c4efe540b2.jpg)
Joined: 12 Dec 2003 Posts: 219 Location: Oelsted ("BeerPlace"), Denmark
|
Posted: Mon Dec 08, 2008 10:36 pm Post subject: Re: Problem to mount samba on gentoo from win xp user |
|
|
rado3105 wrote: | Hi, when I a want to connect to samba from some winxp to winxp, I need just to write ip of machine I want to connect.
Using gentoo(I have everything installed), I cant connect using:
Code: | mount -t cifs -o, username=guest, password=guest //192.168.76.88/Programy/ /mnt/test/ |
can you help where is the problem |
I think You've got a "," and a space to much in Your command... Try this:
Code: |
mount -t cifs -o username=guest,password=guest //192.168.76.88/Programy/ /mnt/test/
|
Next time... Remember to post the error along with Your command... ![Wink ;)](images/smiles/icon_wink.gif) _________________ -=[DrWilken]=-
ASUS AT5IONT-I (64bit Dual Core Atom D525 processor with Nvidia ION(2) GPU) running Gentoo Linux... Latest and Greatest...
tux-power.dk |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|