Re: Mount UNC path different user

2018-12-02 Thread john doe
On 12/2/2018 12:09 PM, Andrey Repin wrote: > Greetings, john doe! > >> How can I do the following on Cygwin?: > > >> /sbin/mount.cifs //server/share /mount-point -o user=different-user > >> In other words, how can I mount a windows share with a specific user ? > > You can't. Cygwin is not a

Re: Mount UNC path different user

2018-12-02 Thread Andrey Repin
Greetings, john doe! > How can I do the following on Cygwin?: > /sbin/mount.cifs //server/share /mount-point -o user=different-user > In other words, how can I mount a windows share with a specific user ? You can't. Cygwin is not a kernel module, it's a userspace program, and Cygwin mounts

Mount UNC path different user

2018-12-02 Thread john doe
Hi, How can I do the following on Cygwin?: /sbin/mount.cifs //server/share /mount-point -o user=different-user In other words, how can I mount a windows share with a specific user ? -- John Doe -- Problem reports: http://cygwin.com/problems.html FAQ: