Home | History | Annotate | Download | only in misc

Lines Matching full:ext3

7 mke2fs \- create an ext2/ext3/ext4 filesystem
146 is used to create an ext2, ext3, or ext4 filesystem, usually in a disk
155 .B mkfs.ext3
386 Create the filesystem with an ext3 journal. If the
391 which has ext3 support in order to actually make use of the journal.
394 Create the ext3 journal using options specified on the command-line.
584 Specify the filesystem type (i.e., ext2, ext3, ext4, etc.) that is
590 mkfs.ext3, etc.) or via a default as defined by the
604 (e.g., "\fBmke2fs \-t ext3 \-O extent /dev/sdXX\fR" will create a
605 filesystem that is not supported by the ext3 implementation as found in
606 the Linux kernel; and "\fBmke2fs \-t ext3 \-O ^has_journal /dev/hdXX\fR"
608 be supported by the ext3 filesystem code in the Linux kernel.)