Deleted Added
full compact
mount_ext2fs.8 (99501) mount_ext2fs.8 (102231)
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 15 unchanged lines hidden (view full) ---

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 15 unchanged lines hidden (view full) ---

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" $FreeBSD: head/sbin/mount_ext2fs/mount_ext2fs.8 99501 2002-07-06 19:34:18Z charnier $
32.\" $FreeBSD: head/sbin/mount_ext2fs/mount_ext2fs.8 102231 2002-08-21 18:11:48Z trhodes $
33.\"
34.Dd January 31, 1996
35.Dt MOUNT_EXT2FS 8
36.Os
37.Sh NAME
38.Nm mount_ext2fs
33.\"
34.Dd January 31, 1996
35.Dt MOUNT_EXT2FS 8
36.Os
37.Sh NAME
38.Nm mount_ext2fs
39.Nd mount an ext2fs filesystem
39.Nd mount an ext2fs file system
40.Sh SYNOPSIS
41.Nm
42.Op Fl o Ar options
43.Ar special
44.Ar node
45.Sh DESCRIPTION
46The
47.Nm
40.Sh SYNOPSIS
41.Nm
42.Op Fl o Ar options
43.Ar special
44.Ar node
45.Sh DESCRIPTION
46The
47.Nm
48utility attaches a ext2fs filesystem
48utility attaches a ext2fs file system
49.Ar special
49.Ar special
50device on to the filesystem tree at the point
50device on to the file system tree at the point
51.Ar node .
52.Pp
53This command is normally executed by
54.Xr mount 8
55at boot time.
56.Pp
57The options are as follows:
58.Bl -tag -width indent

--- 18 unchanged lines hidden ---
51.Ar node .
52.Pp
53This command is normally executed by
54.Xr mount 8
55at boot time.
56.Pp
57The options are as follows:
58.Bl -tag -width indent

--- 18 unchanged lines hidden ---