From owner-freebsd-questions Tue May 7 8:35:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by hub.freebsd.org (Postfix) with ESMTP id 8411F37B408 for ; Tue, 7 May 2002 08:35:12 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.11.6/8.11.6) with SMTP id g47Ff2p70812; Tue, 7 May 2002 08:41:23 -0700 (PDT) (envelope-from nkinkade@dsl-only.com) Date: Tue, 7 May 2002 08:41:01 -0700 From: Nathan Kinkade To: Mozgi_na_stene Cc: freebsd-questions@FreeBSD.org Subject: Re: ~ help me ~ Message-Id: <20020507084101.26b1b3e1.nkinkade@dsl-only.com> In-Reply-To: <1092629239.20020507162754@xakep.ru> References: <1092629239.20020507162754@xakep.ru> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 7 May 2002 16:27:54 +0400 Mozgi_na_stene wrote: > At me FreeBSD 4.4-RELEASE. I want to prepare a diskette for work: > 1) fdformat fd0 > All is normal > 2) I create on a flexible disk /dev/fd0 file system Linux - mkfs -t > ext2 /dev/fd0 I press ENTER, message, that such team (mkfs) IS NOT > PRESENT! As it is possible to prepare a diskette for work or how to > establish mkfs. 'mkfs' is not a freebsd utility - at least not that I know of. 'newfs' is the FreeBSD utility for creating new filesystems. However, 'newfs' creates ufs filesystems. Take a look at e2fsprogs in the ports collection if you need to make ext2 filesystems. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message