From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,85034d1ac78a66eb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-28 00:55:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!lon1-news.nildram.net!peernews!peer.cwci.net!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <3C7CC36F.FF6848C8@disca.upv.es> Subject: Re: Ada Operating System X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Thu, 28 Feb 2002 08:56:18 -0000 NNTP-Posting-Host: 62.252.141.79 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 1014886505 62.252.141.79 (Thu, 28 Feb 2002 08:55:05 GMT) NNTP-Posting-Date: Thu, 28 Feb 2002 08:55:05 GMT Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:20556 Date: 2002-02-28T08:56:18+00:00 List-Id: wrote in message news:Bjjf8.48764$967.2706237501@newssvr14.news.prodigy.com... > Is there a description somewhere of Windows' NTFS disk layout? It would > be wonderful to be able to write an Ada program that would be able to > read/write an NTFS partition without hindrance from Windows. There is some information available at http://sourceforge.net/projects/linux-ntfs/, under ntfs documentation. The project members are gathering information from as many sources as they can for a linux driver, it doesn't look complete but they're making progress. Chris