X-Spam-Check-By: sourceware.org Date: Thu, 9 Feb 2006 14:47:23 +0100 (MET) From: Angelo Graziosi To: cygwin AT cygwin DOT com Subject: Problems with the snapshot 20060206 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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 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 ===> $ 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/