X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 27 Dec 2001 10:44:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: lfn from scratch... In-Reply-To: <200112262004.fBQK4SZ17355@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 26 Dec 2001, DJ Delorie wrote: > But, once booted, I want to switch to that lfn drive and then forget > that djgpp even supports drive letters. Sounds like you could pretend there's only one drive, and disallow changing it. Or you could make all the drives map to the same Linux directory, so changing a drive would be a no-op, and the LFN API does not need to look at the drive letter at all.