xref: /netbsd-src/sbin/mount_v7fs/mount_v7fs.8 (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1.\"	$NetBSD: mount_v7fs.8,v 1.3 2016/09/12 02:57:09 sevan Exp $
2.\"
3.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by UCHIYAMA Yasushi.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" Copyright (c) 1980, 1989, 1991, 1993
31.\"	The Regents of the University of California.  All rights reserved.
32.\"
33.\" Redistribution and use in source and binary forms, with or without
34.\" modification, are permitted provided that the following conditions
35.\" are met:
36.\" 1. Redistributions of source code must retain the above copyright
37.\"    notice, this list of conditions and the following disclaimer.
38.\" 2. Redistributions in binary form must reproduce the above copyright
39.\"    notice, this list of conditions and the following disclaimer in the
40.\"    documentation and/or other materials provided with the distribution.
41.\" 3. Neither the name of the University nor the names of its contributors
42.\"    may be used to endorse or promote products derived from this software
43.\"    without specific prior written permission.
44.\"
45.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
46.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
48.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
49.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
50.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
51.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
52.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
53.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
54.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
55.\" SUCH DAMAGE.
56.\"
57.\"     @(#)mount.8	8.7 (Berkeley) 3/27/94
58.\"
59.Dd September 12, 2016
60.Dt MOUNT_V7FS 8
61.Os
62.Sh NAME
63.Nm mount_v7fs
64.Nd mount a 7th Edition(V7) File System
65.Sh SYNOPSIS
66.Nm
67.Op Fl B Ar byte-order
68.Op Fl o Ar options
69.Ar special node
70.Sh DESCRIPTION
71The
72.Nm
73command attaches the 7th Edition(V7) File System on the
74.Ar special
75device on to the file system tree at point
76.Ar node .
77Both
78.Ar special
79and
80.Ar node
81are converted to absolute paths before use.
82.Pp
83This command is normally executed by
84.Xr mount 8
85at boot time.
86The options are as follows:
87.Bl -tag -width XBXbyteorderXX
88.It Fl B Ar byte-order
89Specify the metadata byte order of the file system.
90Valid byte orders are
91.Sq be ,
92.Sq le ,
93and
94.Sq pdp .
95If no byte order is specified, the file system is mounted in host
96byte order.
97.It Fl o
98Options are specified with a
99.Fl o
100flag followed by a comma separated string of options.
101See the
102.Xr mount 8
103man page for possible options and their meanings.
104.El
105.Sh SEE ALSO
106.Xr mount 2 ,
107.Xr unmount 2 ,
108.Xr fstab 5 ,
109.Xr mount 8
110.Sh HISTORY
111A
112.Nm
113utility appeared in
114.Nx 6.0 .
115.Sh AUTHORS
116.Nm
117was written by
118.An UCHIYAMA Yasushi Aq Mt uch@NetBSD.org .
119.Sh BUGS
120The v7fs support is still experimental.
121