The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/man/man8/mount.zfs.8

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 .\"
    2 .\" CDDL HEADER START
    3 .\"
    4 .\" The contents of this file are subject to the terms of the
    5 .\" Common Development and Distribution License (the "License").
    6 .\" You may not use this file except in compliance with the License.
    7 .\"
    8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
    9 .\" or https://opensource.org/licenses/CDDL-1.0.
   10 .\" See the License for the specific language governing permissions
   11 .\" and limitations under the License.
   12 .\"
   13 .\" When distributing Covered Code, include this CDDL HEADER in each
   14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
   15 .\" If applicable, add the following below this CDDL HEADER, with the
   16 .\" fields enclosed by brackets "[]" replaced with your own identifying
   17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
   18 .\"
   19 .\" CDDL HEADER END
   20 .\"
   21 .\" Copyright 2013 Darik Horn <dajhorn@vanadac.com>. All rights reserved.
   22 .\"
   23 .Dd May 24, 2021
   24 .Dt MOUNT.ZFS 8
   25 .Os
   26 .
   27 .Sh NAME
   28 .Nm mount.zfs
   29 .Nd mount ZFS filesystem
   30 .Sh SYNOPSIS
   31 .Nm
   32 .Op Fl sfnvh
   33 .Op Fl o Ar options
   34 .Ar dataset
   35 .Ar mountpoint
   36 .
   37 .Sh DESCRIPTION
   38 The
   39 .Nm
   40 helper is used by
   41 .Xr mount 8
   42 to mount filesystem snapshots and
   43 .Sy mountpoint= Ns Ar legacy
   44 ZFS filesystems, as well as by
   45 .Xr zfs 8
   46 when the
   47 .Sy ZFS_MOUNT_HELPER
   48 environment variable is not set.
   49 Users should should invoke either
   50 .Xr mount 8
   51 or
   52 .Xr zfs 8
   53 in most cases.
   54 .Pp
   55 .Ar options
   56 are handled according to the
   57 .Em Temporary Mount Point Properties
   58 section in
   59 .Xr zfsprops 7 ,
   60 except for those described below.
   61 .Pp
   62 If
   63 .Pa /etc/mtab
   64 is a regular file and
   65 .Fl n
   66 was not specified, it will be updated via libmount.
   67 .
   68 .Sh OPTIONS
   69 .Bl -tag -width "-o xa"
   70 .It Fl s
   71 Ignore unknown (sloppy) mount options.
   72 .It Fl f
   73 Do everything except actually executing the system call.
   74 .It Fl n
   75 Never update
   76 .Pa /etc/mtab .
   77 .It Fl v
   78 Print resolved mount options and parser state.
   79 .It Fl h
   80 Print the usage message.
   81 .It Fl o Ar zfsutil
   82 This private flag indicates that
   83 .Xr mount 8
   84 is being called by the
   85 .Xr zfs 8
   86 command.
   87 .El
   88 .
   89 .Sh SEE ALSO
   90 .Xr fstab 5 ,
   91 .Xr mount 8 ,
   92 .Xr zfs-mount 8

Cache object: 8376b41673e1fa709d3a2c6b1026811f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.