Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!ut-sally!utah-cs!crum From: crum@utah-cs.UUCP Newsgroups: comp.os.minix Subject: Re: MINIX and doswrite Message-ID: <4457@utah-cs.UUCP> Date: Mon, 6-Apr-87 11:13:25 EST Article-I.D.: utah-cs.4457 Posted: Mon Apr 6 11:13:25 1987 Date-Received: Thu, 9-Apr-87 03:23:28 EST References: <108@wang7.UUCP> Reply-To: crum@cs.utah.edu.UUCP (Gary L. Crum) Organization: University of Utah CS Dept Lines: 21 Keywords: MINIX doswrite Summary: MINIX dos{dir,read,write} man page correction I am posting this at the risk of duplicating the response of someone else: In article <108@wang7.UUCP> eric@wang7.UUCP (eric) writes: > Hello. When I try to use the MINIX doswrite utility, MINIX spazzes >out. By pressing F1 I can see that the doswrite task is blocked waiting for >a message from the file system and the file system is blocked waiting for >a message from "any". Anyone have a flash of insight?? Thanks in advance. Note that doswrite writes its STANDARD INPUT to an MS-DOS diskette. Also note that some of the examples for dosdir, dosread, and doswrite in the Tanenbaum book are incorrect in that they have the drive number and option arguments transposed. For example, on page 391, I think that the line: doswrite 0 -a f # Copy standard input to MS-DOS file f should read: doswrite -a 0 f # Copy standard input to MS-DOS file f The man page "Syntax:" lines for these commands are correct, however. I have used doswrite successfully. Gary Crum University of Utah