Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 1997 18:49:44 -0500 (EST)
From:      Andre LeClaire <leclaire@venus.net>
To:        Snob Art Genre <ben@narcissus.ml.org>
Cc:        questions@freebsd.org
Subject:   Re: floppy preparation
Message-ID:  <Pine.BSF.3.91.970119183306.227A-100000@lostfork>
In-Reply-To: <Pine.BSF.3.91.970119143120.5571A-100000@narcissus.ml.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>
> How do I make a 1.44 MB floppy unix-usable?  I've been messing around with 
> newfs, fdformat and disklabel for a half-hour and I can't get it right.
> 
Using 1st floppy drive:
fdformat /dev/rfd0
disklabel -w -r /dev/rfd0 fd1440
disklabel -r /dev/rfd0
newfs -t 2 -u 18 /dev/rfd0

The above excerpted from Greg Lehey's excellent book "The Complete 
FreeBSD", pages 184-186.

Andre



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970119183306.227A-100000>