Subject: Re: HUGE floppy
To: Staffan Thomen <duck@multi.fi>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 12/10/2003 15:24:32
duck@multi.fi said:
>  I see this too; but only when I left out the disk-type. Haven't you
>  forgotten "-T" or "_msdos"? Both my -current and 1.6.1 man pages
>  says so. 

Ah yes, this is undocumented.
It always worked that one could specify the disk type as an
additional argument. The code is still there, look for
                if (disktype == NULL)
                        disktype = argv[1];
in newfs.c, so it _should_ still work.
(Obviously, there is a bug in the disklabel code which is only
revealed by another - new - bug in newfs...)

best regards
Matthias