| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Thu, 9 Feb 2006 14:47:23 +0100 (MET) |
| From: | Angelo Graziosi <Angelo DOT Graziosi AT roma1 DOT infn DOT it> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Problems with the snapshot 20060206 |
| Message-ID: | <Pine.OSF.4.21.0602091430010.32266-100000@ax0rm1.roma1.infn.it> |
| MIME-Version: | 1.0 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
There is some problem between the 20060606 snapshot and the drives
D:, E: ...
I have the cygwin prefix mounted to '/' (since long time) so that I can
use 'ls -lrt /e' etc..
The drive E: is a DVD burner.
When I insert a disc containing two directory, Cernlib and ROOT, which I
backed-up 20060126, the following examples happen with that snapshot:
$ ls -lrt /e
ls: reading directory /e: Invalid argument
total 0
------------------------------------------------------
$ ls -lrt /e/*
ls: /e/*: No such file or directory
------------------------------------------------------
$ ls -lrt /e/Cer<TAB>
i.e. the TAB completion does not work
------------------------------------------------------
$ ls -lrt /e/Cernlib
ls: reading directory /e/Cernlib: Invalid argument
total 0
------------------------------------------------------
$ ls -lrt /e/ROOT
ls: reading directory /e/ROOT: Invalid argument
total 0
------------------------------------------------------
Administrator AT graziosi-irci53 /tmp
$ cd /e
Administrator AT graziosi-irci53 /e
$ ls -lrt
ls: reading directory .: Invalid argument
total 0
^
note this!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Reinstalling Cygwin 1.5.19-4 all works fine:
------------------------------------------------------
$ ls -lrt /e
total 0
dr-xr-xr-x 4 Administrator Administrators 0 Dec 29 12:54 ROOT
dr-xr-xr-x 10 Administrator Administrators 0 Feb 9 12:56 Cernlib
...............
______________________________________________________
$ ls -lrt /e/Cer<TAB> ===> $ ls -lrt /e/Cernlib/
______________________________________________________
......... etc. ......
______________________________________________________
Administrator AT graziosi-irci53 /e
$ cd /e
Administrator AT graziosi-irci53 /e
$ ls -lrt
total 0
dr-xr-xr-x 4 Administrator Administrators 0 Dec 29 12:54 ROOT
dr-xr-xr-x 10 Administrator Administrators 0 Feb 9 12:56 Cernlib
Cheers,
Angelo.
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |