From fetchpop Thu Jul 23 14:37:07 1998
Received: from home01.netvigator.com (home01.netvigator.com [205.252.144.225])
	by pisoft.it (8.8.5/8.8.5) with ESMTP id EAA28244
	for <andreoli@pisoft.it>; Thu, 23 Jul 1998 04:54:51 +0200
Received: from localhost (kllee@localhost) by home01.netvigator.com (8.8.4/8.7.3) with SMTP id KAA18005 for <andreoli@pisoft.it>; Thu, 23 Jul 1998 10:54:40 +0800 (HKT)
Date: Thu, 23 Jul 1998 10:54:40 +0800 (HKT)
From: Lee Kai Leung <kllee@netvigator.com>
To: Michele Andreoli <andreoli@pisoft.it>
Subject: Re: Problem with muLinux
In-Reply-To: <Pine.LNX.3.95.980722170629.870F-100000@sanvittore.it>
Message-ID: <Pine.SOL.3.96.980723104159.16499A-100000@home01.netvigator.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-UIDL: 66a3a635cde8efcab59f2a296dd1ab53
Status: RO
X-Status: A

Michael,

I guess the problem is in "superformat".  Mine expect a file .format.  If
not exist, it cannot handle /dev/fdH1722 and falls back to 1.44MB.  Using
the superformat you provided runs smoothly.  I guess may be my
/dev/fdH1722 device is not configure properly.  Do you know why?

Then I found that there are several version of superformat in Linux
machines around me:

In my Linux
-rwxr-xr-x   1 root     floppy      26492 Apr 13  1997 /usr/bin/superformat
PC1 around me
-rwxr-xr-x   1 root     floppy      26476 Feb 25  1997 /usr/bin/superformat
PC2 around me
-rwxr-xr-x   1 root     floppy      48284 Jul 10  1997 /usr/bin/superformat

***

I modified the two lines you provided and it also works with my
superformat:
  superformat -s21 -t83 /dev/fd0  # making a  1743K disk
  dd if=mulinux.img of=/dev/fd0

It works now.

KL Lee

