Date: Sun, 18 Apr 1999 17:23:25 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: djgpp AT delorie DOT com Subject: Re: FORMAT A: /U crashes BASH and Windows 98 In-Reply-To: <7fclc7$31g$1@news.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 18 Apr 1999, Martin Str|mberg wrote: > Incidentally, what does "FORMAT /U" do? It formats unconditionally, that is, FORMAT doesn't check for a previous format, and doesn't try to save the information to undo any damage if the formatting goes awry. Without /U, you lose bug time when the floppy is unformatted, since FORMAT gets Int 24h for every disk access and blindly retries the operation several times, which takes quite a while.