Date: Tue, 7 May 2002 08:41:01 -0700 From: Nathan Kinkade <nkinkade@dsl-only.com> To: Mozgi_na_stene <mozgi_na_stene@xakep.ru> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 7 May 2002 16:27:54 +0400 Mozgi_na_stene <mozgi_na_stene@xakep.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020507084101.26b1b3e1.nkinkade>