xref: /netbsd-src/sbin/mount_nilfs/mount_nilfs.8 (revision 4391d5e9d4f291db41e3b3ba26a01b5e51364aae)
1.\" $NetBSD: mount_nilfs.8,v 1.2 2009/07/18 17:07:12 wiz Exp $
2.\"
3.\" Copyright (c) 2008, 2009 Reinoud Zandijk
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"          This product includes software developed for the
17.\"          NetBSD Project.  See http://www.NetBSD.org/ for
18.\"          information about NetBSD.
19.\" 4. The name of the author may not be used to endorse or promote products
20.\"    derived from this software without specific prior written permission.
21.\"
22.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32.\"
33.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
34.\"
35.Dd July 13, 2009
36.Dt MOUNT_NILFS 8
37.Os
38.Sh NAME
39.Nm mount_nilfs
40.Nd mount a NILFS file system
41.Sh SYNOPSIS
42.Nm
43.Op Fl c Ar checkpoint
44.Op Fl o Ar options
45.Op Fl t Ar gmtoff
46.Ar special
47.Ar node
48.Sh DESCRIPTION
49The
50.Nm
51command attaches the NILFS file system residing on the specified
52.Ar special
53device node on the location indicated with
54.Ar node .
55.Pp
56.Bl -tag -width XXXoptions
57.It Fl c Ar checkpoint
58Select the checkpoint number
59.Ar checkpoint
60to be mounted instead of the default last one.
61.It Fl o Ar options
62Use the specified mount
63.Ar options
64as specified in
65.Xr mount 8 .
66.It Fl t Ar gmtoff
67Set the time zone offset (in seconds) from UTC to
68.Ar gmtoff ,
69with positive values indicating east of the Prime Meridian.
70If not set, the user's current time zone will be used.
71.El
72.Sh SEE ALSO
73.Xr mount 2 ,
74.Xr vnd 4 ,
75.Xr fstab 5 ,
76.Xr mount 8 ,
77.Xr umount 8 ,
78.Xr vnconfig 8
79.Sh NOTES
80NILFS is a file system developped by NTT and is currently in version 2.
81