2013-03-12 19:40:55 +00:00
|
|
|
'\" t
|
|
|
|
.\"
|
|
|
|
.\" CDDL HEADER START
|
|
|
|
.\"
|
|
|
|
.\" The contents of this file are subject to the terms of the
|
|
|
|
.\" Common Development and Distribution License (the "License").
|
|
|
|
.\" You may not use this file except in compliance with the License.
|
|
|
|
.\"
|
|
|
|
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
|
|
|
|
.\" or http://www.opensolaris.org/os/licensing.
|
|
|
|
.\" See the License for the specific language governing permissions
|
|
|
|
.\" and limitations under the License.
|
|
|
|
.\"
|
|
|
|
.\" When distributing Covered Code, include this CDDL HEADER in each
|
|
|
|
.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
|
|
|
|
.\" If applicable, add the following below this CDDL HEADER, with the
|
|
|
|
.\" fields enclosed by brackets "[]" replaced with your own identifying
|
|
|
|
.\" information: Portions Copyright [yyyy] [name of copyright owner]
|
|
|
|
.\"
|
|
|
|
.\" CDDL HEADER END
|
|
|
|
.\"
|
|
|
|
.\"
|
|
|
|
.\" Copyright 2013 Darik Horn <dajhorn@vanadac.com>. All rights reserved.
|
|
|
|
.\"
|
2021-05-24 16:15:26 +00:00
|
|
|
.Dd May 24, 2021
|
|
|
|
.Dt MOUNT.ZFS 8
|
|
|
|
.Os
|
|
|
|
.
|
|
|
|
.Sh NAME
|
|
|
|
.Nm mount.zfs
|
|
|
|
.Nd mount a ZFS filesystem
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl sfnvh
|
|
|
|
.Op Fl o Ar options
|
|
|
|
.Ar dataset
|
|
|
|
.Ar mountpoint
|
|
|
|
.
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2013-03-12 19:40:55 +00:00
|
|
|
is part of the zfsutils package for Linux. It is a helper program that
|
|
|
|
is usually invoked by the
|
2021-05-24 16:15:26 +00:00
|
|
|
.Xr mount 8
|
2013-03-12 19:40:55 +00:00
|
|
|
or
|
2021-05-24 16:15:26 +00:00
|
|
|
.Xr zfs 8
|
2013-03-12 19:40:55 +00:00
|
|
|
commands to mount a ZFS dataset.
|
2021-05-24 16:15:26 +00:00
|
|
|
.Pp
|
2013-03-12 19:40:55 +00:00
|
|
|
All
|
2021-05-24 16:15:26 +00:00
|
|
|
.Ar options
|
2013-03-12 19:40:55 +00:00
|
|
|
are handled according to the FILESYSTEM INDEPENDENT MOUNT OPTIONS
|
|
|
|
section in the
|
2021-05-24 16:15:26 +00:00
|
|
|
.Xr mount 8
|
2013-03-12 19:40:55 +00:00
|
|
|
manual, except for those described below.
|
2021-05-24 16:15:26 +00:00
|
|
|
.Pp
|
2013-03-12 19:40:55 +00:00
|
|
|
The
|
2021-05-24 16:15:26 +00:00
|
|
|
.Ar dataset
|
2013-03-12 19:40:55 +00:00
|
|
|
parameter is a ZFS filesystem name, as output by the
|
2021-05-24 16:15:26 +00:00
|
|
|
.Nm zfs Cm load-key Fl h Fl o Ar name
|
2013-03-12 19:40:55 +00:00
|
|
|
command. This parameter never has a leading slash character and is
|
|
|
|
not a device name.
|
2021-05-24 16:15:26 +00:00
|
|
|
.Pp
|
2013-03-12 19:40:55 +00:00
|
|
|
The
|
2021-05-24 16:15:26 +00:00
|
|
|
.Ar mountpoint
|
2013-03-12 19:40:55 +00:00
|
|
|
parameter is the path name of a directory.
|
2021-05-24 16:15:26 +00:00
|
|
|
.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width "-o xa"
|
|
|
|
.It Fl s
|
2013-03-12 19:40:55 +00:00
|
|
|
Ignore bad or sloppy mount options.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl f
|
2013-03-12 19:40:55 +00:00
|
|
|
Do a fake mount; do not perform the mount operation.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl n
|
2013-03-12 19:40:55 +00:00
|
|
|
Do not update the /etc/mtab file.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl v
|
2013-03-12 19:40:55 +00:00
|
|
|
Increase verbosity.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl h
|
2013-03-12 19:40:55 +00:00
|
|
|
Print the usage message.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar context
|
2016-05-16 12:14:32 +00:00
|
|
|
This flag sets the SELinux context for all files in the filesystem
|
2013-12-19 06:24:14 +00:00
|
|
|
under that mountpoint.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar fscontext
|
2016-05-16 12:14:32 +00:00
|
|
|
This flag sets the SELinux context for the filesystem being mounted.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar defcontext
|
2015-09-16 09:49:09 +00:00
|
|
|
This flag sets the SELinux context for unlabeled files.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar rootcontext
|
2013-12-19 06:24:14 +00:00
|
|
|
This flag sets the SELinux context for the root inode of the filesystem.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar legacy
|
2013-03-12 19:40:55 +00:00
|
|
|
This private flag indicates that the
|
2021-05-24 16:15:26 +00:00
|
|
|
.Ar dataset
|
2013-03-12 19:40:55 +00:00
|
|
|
has an entry in the /etc/fstab file.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar noxattr
|
2013-03-12 19:40:55 +00:00
|
|
|
This private flag disables extended attributes.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar xattr
|
2015-09-16 09:49:09 +00:00
|
|
|
This private flag enables directory-based extended attributes and, if
|
|
|
|
appropriate, adds a ZFS context to the selinux system policy.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar saxattr
|
2015-09-16 09:49:09 +00:00
|
|
|
This private flag enables system attributed-based extended attributes and, if
|
|
|
|
appropriate, adds a ZFS context to the selinux system policy.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Fl o Ar dirxattr
|
2015-09-16 09:49:09 +00:00
|
|
|
Equivalent to
|
2021-05-24 16:15:26 +00:00
|
|
|
.Ar xattr .
|
|
|
|
.It Fl o Ar zfsutil
|
2013-03-12 19:40:55 +00:00
|
|
|
This private flag indicates that
|
2021-05-24 16:15:26 +00:00
|
|
|
.Xr mount 8
|
2013-03-12 19:40:55 +00:00
|
|
|
is being called by the
|
2021-05-24 16:15:26 +00:00
|
|
|
.Xr zfs 8
|
2013-03-12 19:40:55 +00:00
|
|
|
command.
|
2021-05-24 16:15:26 +00:00
|
|
|
.El
|
|
|
|
.
|
|
|
|
.Sh NOTES
|
2013-03-12 19:40:55 +00:00
|
|
|
ZFS conventionally requires that the
|
2021-05-24 16:15:26 +00:00
|
|
|
.Ar mountpoint
|
2013-03-12 19:40:55 +00:00
|
|
|
be an empty directory, but the Linux implementation inconsistently
|
|
|
|
enforces the requirement.
|
2021-05-24 16:15:26 +00:00
|
|
|
.Pp
|
2013-03-12 19:40:55 +00:00
|
|
|
The
|
2021-05-24 16:15:26 +00:00
|
|
|
.Nm
|
2013-03-12 19:40:55 +00:00
|
|
|
helper does not mount the contents of zvols.
|
2021-05-24 16:15:26 +00:00
|
|
|
.
|
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width "/etc/fstab"
|
|
|
|
.It Pa /etc/fstab
|
2013-03-12 19:40:55 +00:00
|
|
|
The static filesystem table.
|
2021-05-24 16:15:26 +00:00
|
|
|
.It Pa /etc/mtab
|
2013-03-12 19:40:55 +00:00
|
|
|
The mounted filesystem table.
|
2021-05-24 16:15:26 +00:00
|
|
|
.El
|
|
|
|
.
|
|
|
|
.Sh AUTHORS
|
2013-03-12 19:40:55 +00:00
|
|
|
The primary author of
|
2021-05-24 16:15:26 +00:00
|
|
|
.Nm
|
2013-03-12 19:40:55 +00:00
|
|
|
is Brian Behlendorf <behlendorf1@llnl.gov>.
|
2021-05-24 16:15:26 +00:00
|
|
|
.Pp
|
2013-03-12 19:40:55 +00:00
|
|
|
This man page was written by Darik Horn <dajhorn@vanadac.com>.
|
2021-05-24 16:15:26 +00:00
|
|
|
.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr fstab 5 ,
|
|
|
|
.Xr mount 8 ,
|
|
|
|
.Xr zfs 8
|