Cygwin problem with cron and networked drives
- From: "ambroze" <ambroze@xxxxxxxxxxx>
- Date: 28 Jun 2006 07:54:43 -0700
I have a directory on the network (/cygdrive/f/MD408/out) that is not
recognized when I add a script in cron. If I run this script from the
command line it is recognized.
It's only when it is a mapped network drive (f), it I change it to the
local drive (c) it will work fine.
Here is my cron example:
20 09 * * * exec /cygdrive/c/working/bin/test.sh
Here is the script example of test.sh
-------------------------------------------------------------------
if [ -d /cygdrive/f/MD408/out ];then
echo "Found $outdir"
else
echo "NOT Found $outdir"
fi
-------------------------------------------------------------------
Any thoughts anyone?
.
- Follow-Ups:
- Re: Cygwin problem with cron and networked drives
- From: Dale Dellutri
- Re: Cygwin problem with cron and networked drives
- From: Bob Hauck
- Re: Cygwin problem with cron and networked drives
- Prev by Date: Configure DLink Network card on Fedora Core 4
- Next by Date: Re: How to make the linked led lit in a constant rate on hub?
- Previous by thread: Configure DLink Network card on Fedora Core 4
- Next by thread: Re: Cygwin problem with cron and networked drives
- Index(es):
Relevant Pages
|