Re: making dos partitions: help

2002-05-15 Thread Dan
On Wednesday 15 May 2002 07:11, Ron Johnson wrote: > On Wed, 2002-05-15 at 06:57, Dan wrote: > > Hello! I need to create a simple bootable fat32 partition. > > Partitioning, making it active, writing correct MBR isn't a real problem. > > Formatting that partition is trivial as well- mkdosfs -F32 de

Re: making dos partitions: help

2002-05-15 Thread Ernst-Magne Vindal
On Wed, 2002-05-15 at 09:11, Ron Johnson wrote: > On Wed, 2002-05-15 at 06:57, Dan wrote: > > Hello! I need to create a simple bootable fat32 partition. > > Partitioning, making it active, writing correct MBR isn't a real problem. > > Formatting that partition is trivial as well- mkdosfs -F32 devic

Re: making dos partitions: help

2002-05-15 Thread Ron Johnson
On Wed, 2002-05-15 at 06:57, Dan wrote: > Hello! I need to create a simple bootable fat32 partition. > Partitioning, making it active, writing correct MBR isn't a real problem. > Formatting that partition is trivial as well- mkdosfs -F32 device, but then > the REAL problem begins. Is there a simpl

Re: making dos partitions: help

2002-05-15 Thread Tom Cook
On 0, Dan <[EMAIL PROTECTED]> wrote: > Hello! I need to create a simple bootable fat32 partition. > Partitioning, making it active, writing correct MBR isn't a real problem. > Formatting that partition is trivial as well- mkdosfs -F32 device, but then > the REAL problem begins. Is there a simple