Date: Sun, 20 Apr 2003 13:56:33 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rich AT phekda DOT freeserve DOT co DOT uk Message-Id: <8296-Sun20Apr2003135633+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: acottrel AT ihug DOT com DOT au, djgpp-workers AT delorie DOT com In-reply-to: <3EA2685E.725043BC@phekda.freeserve.co.uk> (message from Richard Dawe on Sun, 20 Apr 2003 10:29:02 +0100) Subject: Re: fstat, fd_props and inventing inodes, revision 3 [PATCH] References: <003101c30704$8dbb1ea0$0100a8c0 AT acp42g> <000a01c30708$aacbc680$0100a8c0 AT acp42g> <3EA2685E DOT 725043BC AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 20 Apr 2003 10:29:02 +0100 > From: Richard Dawe > > It's interesting that 'getshare' doesn't know > about unavailable disks. The code doesn't ignore unavailable disks, so it > looks like your OS (Win2k/XP?) doesn't report unavailable disks via the LANMan > APIs. Actually, I'm guessing that unavailable disks simply return an error when you call Int 21h/AX=5F46h. That is, they don't show in the list returned by that function. But that's just a guess.