Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <390F758C.2C898E10@vinschen.de> Date: Wed, 03 May 2000 02:40:44 +0200 From: Corinna Vinschen Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Organization: Cygnus Solutions, a Red Hat Company X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: de, en MIME-Version: 1.0 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: [RFC] Is that error mapping correct? References: <390F4D94 DOT C6E8E9F9 AT vinschen DOT de> <20000502181358 DOT B3374 AT cygnus DOT com> <200005022317 DOT TAA23940 AT envy DOT delorie DOT com> <20000502192256 DOT B3641 AT cygnus DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Chris Faylor wrote: > > On Tue, May 02, 2000 at 07:17:21PM -0400, DJ Delorie wrote: > >> > $ cat //foo/bar/baz > >> > cat: //foo/bar/baz: No such device or address > >> > > >> >seems somewhat strange. Have I missed something, perhaps? > >> > >> I don't know. Is there some UNIX equivalent that we could use for > >> testing? It is nice to differentiate between a non-existent file and a > >> non-existent host but I agree that the current error doesn't make much > >> sense. > > > >I unplugged my SGI's ethernet cable and tried to access a file on it > >from Linux (via nfs) and got EIO - "Input/output error". I'm not sure > >if this is the same situation, though. > > I tried to do a "rcp foweroqwer:/tmp/foo ." and got a "Host not found" > but that doesn't seem to be an errno. I think you won't found something similar in UNIX. Neither Samba allows usage of that type of path nor NFS. You always have to mount. The "r" protocol family on the other hand isn't transparently usable. So I would plead for the Win users point of view: It's a file or directory path, nothing else. Corinna