man.bsd.lv manual page server

Manual Page Search Parameters

EXT2FS(5) File Formats Manual EXT2FS(5)

ext2fsext2/ext3/ext4 file system

To link into the kernel:

options EXT2FS

To load as a kernel loadable module:

kldload ext2fs

The ext2fs driver will permit the FreeBSD kernel to access ext2, ext3, and ext4 file systems. The ext4 support is read-only.

To mount a ext2fs volume located on /dev/ada1s1:

mount -t ext2fs /dev/ada1s1 /mnt

nmount(2), unmount(2), fstab(5), mount(8)

The ext2fs driver first appeared in FreeBSD 2.2.

The ext2fs kernel implementation was written by Godmar Back or modified by him using the CSRG sources.

John Dyson and others in the FreeBSD Project made modifications.

This manual page was written by Craig Rodrigues <rodrigc@FreeBSD.org>.

January 23, 2016 FreeBSD-12.0