mount.8 (a818f1140f85f6d7efd95fd0c3182e028b3d33df) | mount.8 (3592acb12e5aaea83d32c2303806e296b73ba9c8) |
---|---|
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 March 10, 2008 | 31.Dd March 11, 2008 |
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 --- 290 unchanged lines hidden (view full) --- 330distinguished by a leading 331.Dq \&- 332(dash). 333Options that take a value are specified using the syntax -option=value. 334For example, the 335.Nm 336command: 337.Bd -literal -offset indent | 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 --- 290 unchanged lines hidden (view full) --- 330distinguished by a leading 331.Dq \&- 332(dash). 333Options that take a value are specified using the syntax -option=value. 334For example, the 335.Nm 336command: 337.Bd -literal -offset indent |
338mount -t unionfs -o below /sys $HOME/sys | 338mount -t cd9660 -o -e /dev/cd0 /cdrom |
339.Ed 340.Pp 341causes 342.Nm 343to execute the equivalent of: 344.Bd -literal -offset indent | 339.Ed 340.Pp 341causes 342.Nm 343to execute the equivalent of: 344.Bd -literal -offset indent |
345/sbin/mount_unionfs -o below /sys $HOME/sys | 345/sbin/mount_cd9660 -e /dev/cd0 /cdrom |
346.Ed 347.Pp 348Additional options specific to file system types 349which are not internally known 350(see the description of the 351.Fl t 352option below) 353may be described in the manual pages for the associated --- 178 unchanged lines hidden --- | 346.Ed 347.Pp 348Additional options specific to file system types 349which are not internally known 350(see the description of the 351.Fl t 352option below) 353may be described in the manual pages for the associated --- 178 unchanged lines hidden --- |