From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: files as harddrives? Date: Tue, 05 Aug 2003 07:26:21 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3F2F23DD.2080900@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Bryan Stillwell wrote: > Your mention of mkfatimage16 caused me to look around in > the source tree a little, and I found mkhdimage in > src/tools/periph/ mkfatimage16 is also there and they both are in a "bin" dir after "make" and are installed by "make install". mkfatimage is a predecessor of mkfatimage16. It lacks some features (namely FAT16 support AFAIK, only FAT12) and I don't know what's the use to still distribute it. > which did exactly what I wanted! Strange, as it seems you wanted an image of a whole disk, not only a single FAT partition.