xref: /netbsd-src/external/cddl/osnet/sbin/zfs/mount_zfs.8 (revision 69d856e495cbb3d21535c56da4a57162056a4567)
1.\"	$NetBSD: mount_zfs.8,v 1.5 2019/09/20 22:47:36 sevan Exp $
2.\"
3.\" Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>.
4.\" Copyright (c) 2013-2014, Xin Li <delphij@FreeBSD.org>.
5.\" All Rights Reserved.
6.\"
7.\" The contents of this file are subject to the terms of the
8.\" Common Development and Distribution License (the "License").
9.\" You may not use this file except in compliance with the License.
10.\"
11.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12.\" or http://www.opensolaris.org/os/licensing.
13.\" See the License for the specific language governing permissions
14.\" and limitations under the License.
15.\"
16.\" When distributing Covered Code, include this CDDL HEADER in each
17.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18.\" If applicable, add the following below this CDDL HEADER, with the
19.\" fields enclosed by brackets "[]" replaced with your own identifying
20.\" information: Portions Copyright [yyyy] [name of copyright owner]
21.\"
22.\" Copyright (c) 2010, Sun Microsystems, Inc. All Rights Reserved.
23.\" Copyright 2011, Nexenta Systems, Inc. All Rights Reserved.
24.\" Copyright (c) 2011, Justin T. Gibbs <gibbs@FreeBSD.org>
25.\" Copyright (c) 2013 by Delphix. All Rights Reserved.
26.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
27.\"
28.Dd September 15, 2019
29.Dt MOUNT_ZFS 8
30.Os
31.Sh NAME
32.Nm mount_zfs
33.Nd helper utility for mounting legacy ZFS mounts
34.Sh SYNOPSIS
35.Nm
36.Ar ZFS_dataset
37.Ar mount_point
38.Sh DESCRIPTION
39The
40.Nm
41utility supports mounting ZFS filesystems via
42.Pa /etc/fstab
43where the ZFS property is
44.Cm mountpoint=legacy .
45.Sh SEE ALSO
46.Xr fstab 5 ,
47.Xr zfs 8
48.Sh HISTORY
49A command to manage legacy ZFS mounts appeared in Solaris as
50.Pa /etc/fs/zfs/mount .
51The
52.Nm
53utility first appeared in
54.Nx 9.0 .
55