Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 1998 12:32:12 +0200
From:      Jacques Hugo <jacques@ctech.ac.za>
To:        "Pavel V. Antipov" <pavel@ikar.elect.ru>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Help me please !
Message-ID:  <3670F4AC.446B9B3D@ctech.ac.za>
References:  <Pine.BSF.3.96.981211124955.873A-100000@ikar.elect.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Pavel V. Antipov wrote:
> 
> > Pavel V. Antipov wrote:
> > >
> > > Hi !
> > >
> > > How can I make floppy image ?
> > > How can I make boot floppy image ?
> > > Where can I get some info about making floppy images ?
> >
> > Read the floppies/README.TXT file in the FreeBSD-Release
> > directory.
> 
> I want MAKE floppy image. Not make floppy from existing image

On default, dd reads 512 byte blocks.

So if you want to make a image from a floppy,

dd if=/dev/fd0 of=whatever.img

will create a image of whatever is on the floppy.

It's as simple as that.

-Jacques

 
------------------------------------------------------
The box said "Requires Windows 3.1 or better"
			... so I got BSD

Network Administrator     | Jacques Hugo
UNIX Systems              | jacques@ctech.ac.za
Cape Technikon            | +27-21-4603584
------------------------------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3670F4AC.446B9B3D>