Paul Hoffman wrote:
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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
mke2fs is is the port: /usr/ports/sysutils/e2fsprogs

cd /usr/ports/sysutils/e2fsprogs
make install clean

/usr/local/sbin/mke2fs

-Tom
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to