Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: cron in cygwin Date: Fri, 9 May 2003 14:01:51 -0400 Message-ID: <BADF3C947A1BD54FBA75C70C241B0B9E76339B@ex02.idirect.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark A." <maharig AT idirect DOT net> To: <cygwin AT cygwin DOT com> Cc: "Sanjay Goel" <sanjaygoel AT hotpop DOT com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h49I29116354 Yes, "drastic" was the word I thought of when writing the suggestion. I don't know what is causing the problem so I suggested something drastic that might get around the problem. If anyone knows specifically what might be causing the problem and its solution, then that, of course, would be preferable to reinstalling the software. Thanks for your "system mount" reset command. > -----Original Message----- > From: Igor Pechtchanski [mailto:pechtcha AT cs DOT nyu DOT edu] > Sent: Friday, May 09, 2003 1:18 PM > To: cygwin AT cygwin DOT com > Subject: RE: cron in cygwin > > > On Fri, 9 May 2003, Igor Pechtchanski wrote: > > > Mark, > > > > The solution you propose is quite drastic and unnecessary. > The problem > > you mention has to do with the Cygwin mounts being user, rather than > > system, mounts. First of all, there is a simple way to reset those > > without re-running setup.exe and/or reinstalling Cygwin, by using > > something like > > > > eval "`mount -m | sed -e 's/ -u / -s /g' -e 's/$/;'`" > > > > (the above is for the archives). > > Oops, that's not much good for the archives, is it? *blush* > Here's the correct one: > > eval "`mount -m | sed -e 's/ -u / -s /g' -e 's/$/;/'`" > > Sorry about that. > Igor -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/