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.
"mount.zfs [-sfnvh] [-o " options "]" " dataset mountpoint
"-s" Ignore bad or sloppy mount options.
"-f" Do a fake mount; do not perform the mount operation.
"-n" Do not update the /etc/mtab file.
"-v" Increase verbosity.
"-h" Print the usage message.
"-o context" This flag sets the SELinux context for all files in the filesystem under that mountpoint.
"-o fscontext" This flag sets the SELinux context for the filesystem being mounted.
"-o defcontext" This flag sets the SELinux context for unlabeled files.
"-o rootcontext" This flag sets the SELinux context for the root inode of the filesystem.
"-o legacy" This private flag indicates that the dataset has an entry in the /etc/fstab file.
"-o noxattr" This private flag disables extended attributes.
"-o xattr This private flag enables directory-based extended attributes and, if appropriate, adds a ZFS context to the selinux system policy.
"-o saxattr This private flag enables system attributed-based extended attributes and, if appropriate, adds a ZFS context to the selinux system policy.
"-o dirxattr Equivalent to xattr .
"-o zfsutil" This private flag indicates that mount (8) is being called by the zfs (8) command.
18n /etc/fstab The static filesystem table.
/etc/mtab The mounted filesystem table.