Le 29/03/2012 11:16, Corinna Vinschen a écrit :
But, I've have an issue : when my bash script is executed by cron,
it hasn't access to /cygdrive/f/, this device isn't mounted !

Remote shares are mounted on a per user-session basis.  Cron as a
service is not running in your desktop user-session.  If you want
to access remote shares in your cron session, you have to mount them
explicitely in your cron job.

Thanks.

Do you have command example or document reference about this command (mount remote shares from my bash script) ?

Thanks for your help.

Regards,
Stephane
--
Stéphane Klein <steph...@harobed.org>
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
pro: http://www.is-webdesign.com


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to