Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Ralf Habacker" To: Subject: RE: Problem with cron and cygdrive-prefix Date: Fri, 2 Aug 2002 14:11:19 +0200 Message-ID: <007701c23a1d$b5b3fe90$651c440a@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20020802132541.I3921@cygbert.vinschen.de> SAG Energieversorgungslösungen GmbH Center für GeoInformationsTechnologie, CeGIT Regionalbüro Wallenhorst Hansastr. 76 49134 Wallenhorst Tel: +49 5407 504 66 Fax: +49 5407 504 99 Mobil: 0173/9241471 EMail: Ralf DOT Habacker AT sag-el DOT com > -----Original Message----- > From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]On Behalf > Of Corinna Vinschen > Sent: Friday, August 02, 2002 1:26 PM > To: cygwin > Subject: Re: Problem with cron and cygdrive-prefix > > > On Fri, Aug 02, 2002 at 11:40:46AM +0200, Ralf Habacker wrote: > > Sorry, here comes it again. > > > > > > Hi all > > > > I like to use cron on an winnt server for automatisation purposes and got a > > problem with the cygdrive-prefix. > > > > Mount says the following: > > > > $ mount > > E:\cygwin\bin on /usr/bin type system (binmode) > > E:\cygwin\lib on /usr/lib type system (binmode) > > E:\cygwin on / type system (binmode) > > c: on /c type user (binmode,noumount) > ^^^^ > that's your problem. cron is running under SYSTEM > account and can't see user mount points. > I've unmounted the remounted, but got a warning. Does this mean, it will not work ? Administrator AT DBSERVER1 ~ $ umount /g Administrator AT DBSERVER1 ~ $ mount -s -b g: /g mount: warning: system mount point of '/g' will always be masked by user mount. Administrator AT DBSERVER1 ~ $ mount E:\cygwin\bin on /usr/bin type system (binmode) E:\cygwin\lib on /usr/lib type system (binmode) E:\cygwin on / type system (binmode) g: on /g type system (binmode) c: on /c type user (binmode,noumount) e: on /e type user (binmode,noumount) f: on /f type user (binmode,noumount) h: on /h type user (binmode,noumount) z: on /z type user (binmode,noumount) Ralf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/