xref: /netbsd-src/sbin/mount_ext2fs/mount_ext2fs.8 (revision d19a931ddc389983f413254a36de3ff144fc7b4f)
1*d19a931dSwiz.\"	$NetBSD: mount_ext2fs.8,v 1.16 2013/05/29 14:56:19 wiz Exp $
28f7c2b37Sbouyer.\"
38f7c2b37Sbouyer.\" Copyright (c) 1993, 1994
48f7c2b37Sbouyer.\"	The Regents of the University of California.  All rights reserved.
58f7c2b37Sbouyer.\"
68f7c2b37Sbouyer.\" Redistribution and use in source and binary forms, with or without
78f7c2b37Sbouyer.\" modification, are permitted provided that the following conditions
88f7c2b37Sbouyer.\" are met:
98f7c2b37Sbouyer.\" 1. Redistributions of source code must retain the above copyright
108f7c2b37Sbouyer.\"    notice, this list of conditions and the following disclaimer.
118f7c2b37Sbouyer.\" 2. Redistributions in binary form must reproduce the above copyright
128f7c2b37Sbouyer.\"    notice, this list of conditions and the following disclaimer in the
138f7c2b37Sbouyer.\"    documentation and/or other materials provided with the distribution.
14276d62f6Sagc.\" 3. Neither the name of the University nor the names of its contributors
158f7c2b37Sbouyer.\"    may be used to endorse or promote products derived from this software
168f7c2b37Sbouyer.\"    without specific prior written permission.
178f7c2b37Sbouyer.\"
188f7c2b37Sbouyer.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
198f7c2b37Sbouyer.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
208f7c2b37Sbouyer.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
218f7c2b37Sbouyer.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
228f7c2b37Sbouyer.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
238f7c2b37Sbouyer.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
248f7c2b37Sbouyer.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
258f7c2b37Sbouyer.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
268f7c2b37Sbouyer.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
278f7c2b37Sbouyer.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
288f7c2b37Sbouyer.\" SUCH DAMAGE.
298f7c2b37Sbouyer.\"
308f7c2b37Sbouyer.\"
3162936fc8Stsutsui.Dd February 22, 2010
328f7c2b37Sbouyer.Dt MOUNT_EXT2FS 8
3373f545bbSwiz.Os
348f7c2b37Sbouyer.Sh NAME
358f7c2b37Sbouyer.Nm mount_ext2fs
36*d19a931dSwiz.Nd mount an ext2 file system
378f7c2b37Sbouyer.Sh SYNOPSIS
38990562bfSwiz.Nm
398f7c2b37Sbouyer.Op Fl o Ar options
408f7c2b37Sbouyer.Ar special
418f7c2b37Sbouyer.Ar node
428f7c2b37Sbouyer.Sh DESCRIPTION
438f7c2b37SbouyerThe
446a6a54d5Slukem.Nm
451a64f420Swizcommand attaches an ext2 file system
468f7c2b37Sbouyer.Ar special
478f7c2b37Sbouyerdevice on to the file system tree at the point
488f7c2b37Sbouyer.Ar node .
49fdd16c54SerhBoth
50fdd16c54Serh.Ar special
51fdd16c54Serhand
52fdd16c54Serh.Ar node
53fdd16c54Serhare converted to absolute paths before use.
548f7c2b37Sbouyer.Pp
558f7c2b37SbouyerThis command is normally executed by
568f7c2b37Sbouyer.Xr mount 8
578f7c2b37Sbouyerat boot time.
588f7c2b37Sbouyer.Pp
598f7c2b37SbouyerThe options are as follows:
608f7c2b37Sbouyer.Bl -tag -width Ds
618f7c2b37Sbouyer.It Fl o
628f7c2b37SbouyerOptions are specified with a
638f7c2b37Sbouyer.Fl o
64b8122511Smikelflag followed by a comma-separated string of options.
658f7c2b37SbouyerSee the
668f7c2b37Sbouyer.Xr mount 8
678f7c2b37Sbouyerman page for possible options and their meanings.
688f7c2b37Sbouyer.El
698f7c2b37Sbouyer.Sh SEE ALSO
708f7c2b37Sbouyer.Xr mount 2 ,
718f7c2b37Sbouyer.Xr unmount 2 ,
72fa9e701eSbouyer.Xr options 4 ,
738f7c2b37Sbouyer.Xr fstab 5 ,
748f7c2b37Sbouyer.Xr mount 8
758f7c2b37Sbouyer.Sh HISTORY
768f7c2b37SbouyerThe
776a6a54d5Slukem.Nm
7834a98169Sperryutility first appeared in
7934a98169Sperry.Fx 2.2 .
8080d1ff49Swiz.Sh BUGS
811a64f420SwizSome ext2-specific options, features or file flags are not supported.
82