mount.8 (416ba5c74546f32a993436a99516d35008e9f384) | mount.8 (0b0d825ad8fcfc5788b49d6fc529f2343b02c764) |
---|---|
1.\" Copyright (c) 1980, 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 14 unchanged lines hidden (view full) --- 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" @(#)mount.8 8.8 (Berkeley) 6/16/94 29.\" $FreeBSD$ 30.\" | 1.\" Copyright (c) 1980, 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 14 unchanged lines hidden (view full) --- 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" @(#)mount.8 8.8 (Berkeley) 6/16/94 29.\" $FreeBSD$ 30.\" |
31.Dd December 3, 2014 | 31.Dd October 13, 2015 |
32.Dt MOUNT 8 33.Os 34.Sh NAME 35.Nm mount 36.Nd mount file systems 37.Sh SYNOPSIS 38.Nm 39.Op Fl adflpruvw --- 144 unchanged lines hidden (view full) --- 184.It Cm mountprog Ns = Ns Aq Ar program 185Force 186.Nm 187to use the specified program to mount the file system, instead of calling 188.Xr nmount 2 189directly. 190For example: 191.Bd -literal | 32.Dt MOUNT 8 33.Os 34.Sh NAME 35.Nm mount 36.Nd mount file systems 37.Sh SYNOPSIS 38.Nm 39.Op Fl adflpruvw --- 144 unchanged lines hidden (view full) --- 184.It Cm mountprog Ns = Ns Aq Ar program 185Force 186.Nm 187to use the specified program to mount the file system, instead of calling 188.Xr nmount 2 189directly. 190For example: 191.Bd -literal |
192mount -t foofs -o mountprog=/mydir/fooprog /dev/acd0 /mnt | 192mount -t foofs -o mountprog=/mydir/fooprog /dev/cd0 /mnt |
193.Ed 194.It Cm multilabel 195Enable multi-label Mandatory Access Control, or MAC, on the specified file 196system. 197If the file system supports multilabel operation, individual labels will 198be maintained for each object in the file system, rather than using a 199single label for all objects. 200An alternative to the --- 392 unchanged lines hidden --- | 193.Ed 194.It Cm multilabel 195Enable multi-label Mandatory Access Control, or MAC, on the specified file 196system. 197If the file system supports multilabel operation, individual labels will 198be maintained for each object in the file system, rather than using a 199single label for all objects. 200An alternative to the --- 392 unchanged lines hidden --- |