Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
EXT2FS(5)		      File Formats Manual		     EXT2FS(5)

NAME
       ext2fs -- Ext2fs	file system

SYNOPSIS
       To link into the	kernel:

	     options EXT2FS

       To load as a kernel loadable module:

	     kldload ext2fs

DESCRIPTION
       The  ext2fs  driver  will permit	the FreeBSD kernel to access Ext2 file
       systems.

EXAMPLES
       To mount	a ext2fs volume	located	on /dev/ad1s1:

	     mount -t ext2fs /dev/ad1s1	/mnt

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

HISTORY
       The ext2fs driver first appeared	in FreeBSD 2.2.

AUTHORS
       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>.

GNU				 May 16, 2006			     EXT2FS(5)

NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO | HISTORY | AUTHORS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ext2fs&sektion=5&manpath=FreeBSD+9.0-RELEASE>

home | help