X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 29 Sep 2005 18:02:55 -0400 Message-Id: <200509292202.j8TM2tNS001547@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1128009594.407687.238280@g14g2000cwa.googlegroups.com> (ahmadwaris AT hotmail DOT com) Subject: Re: Can we use block devices as named files using the 'open' call? References: <1128009594 DOT 407687 DOT 238280 AT g14g2000cwa DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Can we use the open call (below) to open block devices such as hard > drives, as in Unix/Linux where 'file' can be "/dev/hdc"? Sorry, no. Feel free to implement such a thing through DJGPP's file system extensions though :-) (look up "fsext")