Re: Windows Share Folder Problem

2009-05-18 Thread Larry Hall (Cygwin)
On 05/16/2009, Neeraj Sahu wrote: Is there any way to access that windows sharable folder using user id and password but only with Linux command. Be careful what you assume. Cygwin's 'mount' has syntactic similarities to the Linux/Unix 'mount' but is semanticly quite different. There is no co

Re: Windows Share Folder Problem

2009-05-16 Thread Neeraj Sahu
Hi, Thanks for the reply !!!. Now, I can access the windows sharable folder using this command: "net use Z: vm-webin\\d$ my_password /user:myself" "cd /cygdrive/z" But this command is also available in Dos. So I can do the same thing using dos also. But in my cygwin presentation I want to s

Re: Windows Share Folder Problem

2009-05-11 Thread david sastre
Hello there! I use this and works for me: net use Z: vm-webin\\d$ my_password /user:myself Then you can access the shared folder simply by cd /cygdrive/z Hope this is helpful. Good luck! 2009/5/11, Neeraj Sahu : > Hi Andy, > > Thanks a lot for your help. > > I have successfully accessed t

Re: Windows Share Folder Problem

2009-05-11 Thread Neeraj Sahu
Hi Andy, Thanks a lot for your help. I have successfully accessed the sharable PC using command "cd //server_ip_address" But to access the shared folder it is saying permission denied. Actually, that shared folder folder have user id and password. How Can I give user id and password using cd co

Re: Windows Share Folder Problem

2009-05-10 Thread Andy Koppe
> I am going to present the seminar on Cygwin in my organization.In that > seminar I want to show you can access windows shared folder of any PC > from Cygwin. To demonstrate that I have tried to mount that windows > shared folder in cygwin but it didn't work. When I have searched in > google for i

Re: Windows Share Folder Problem

2009-05-10 Thread Andrew DeFaria
Neeraj Sahu wrote: > Hi All, > > I am new to the cygwin mailing list. This is my first email to the > community. I am going to present the seminar on Cygwin in my > organization.In that seminar I want to show you can access windows > shared folder of any PC from Cygwin. To demonstrate that I have

Windows Share Folder Problem

2009-05-10 Thread Neeraj Sahu
Hi All, I am new to the cygwin mailing list. This is my first email to the community. I am going to present the seminar on Cygwin in my organization.In that seminar I want to show you can access windows shared folder of any PC from Cygwin. To demonstrate that I have tried to mount that windows sha