Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2007 11:49:11 -0700
From:      Paul Hoffman <phoffman@proper.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Creating an ext2 file system on FreeBSD?
Message-ID:  <p0624084ec2d9285f391b@[10.20.30.106]>

next in thread | raw e-mail | index | archive | help
Hi again. Is there a FreeBSD equivalent of Linux's 'mke2fs'? I want 
to create a disk image that is in ext2 format. On Linux, I would do:
   dd if=/dev/zero of=some.img bs=1M count=1 seek=1024
   /sbin/mke2fs -F -j some.img
Can I do something similar on FreeBSD?

--Paul Hoffman



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