mount.8 (6ad10804f79ca8baf1dea0c55e7442d8f960b81f) | mount.8 (0b381bf1fd8fbb2df974c318d58643ecfeec44b0) |
---|---|
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. --- 210 unchanged lines hidden (view full) --- 219distinguished by a leading 220.Dq \&- 221(dash). 222Options that take a value are specified using the syntax -option=value. 223For example, the 224.Nm 225command: 226.Bd -literal -offset indent | 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. --- 210 unchanged lines hidden (view full) --- 219distinguished by a leading 220.Dq \&- 221(dash). 222Options that take a value are specified using the syntax -option=value. 223For example, the 224.Nm 225command: 226.Bd -literal -offset indent |
227mount -t mfs -o nosuid,-N,-s=4000 /dev/dk0b /tmp | 227mount -t unionfs -o -b /sys $HOME/sys |
228.Ed 229.Pp 230causes 231.Nm 232to execute the equivalent of: 233.Bd -literal -offset indent | 228.Ed 229.Pp 230causes 231.Nm 232to execute the equivalent of: 233.Bd -literal -offset indent |
234/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp | 234/sbin/mount_unionfs -b /sys $HOME/sys |
235.Ed 236.Pp 237Additional options specific to filesystem types 238which are not internally known 239(see the description of the 240.Fl t 241option below) 242may be described in the manual pages for the associated --- 31 unchanged lines hidden (view full) --- 274.Dq no 275to specify the filesystem types for which action should 276.Em not 277be taken. 278For example, the 279.Nm 280command: 281.Bd -literal -offset indent | 235.Ed 236.Pp 237Additional options specific to filesystem types 238which are not internally known 239(see the description of the 240.Fl t 241option below) 242may be described in the manual pages for the associated --- 31 unchanged lines hidden (view full) --- 274.Dq no 275to specify the filesystem types for which action should 276.Em not 277be taken. 278For example, the 279.Nm 280command: 281.Bd -literal -offset indent |
282mount -a -t nonfs,mfs | 282mount -a -t nonfs,nullfs |
283.Ed 284.Pp 285mounts all filesystems except those of type 286.Tn NFS 287and | 283.Ed 284.Pp 285mounts all filesystems except those of type 286.Tn NFS 287and |
288.Tn MFS . | 288.Tn NULLFS . |
289.Pp 290If the type is not one of the internally known types, 291.Nm 292will attempt to execute a program in 293.Pa /sbin/mount_ Ns Sy XXX 294where 295.Sy XXX 296is replaced by the type name. --- 72 unchanged lines hidden (view full) --- 369.Xr fstab 5 , 370.Xr kldload 8 , 371.Xr mount_cd9660 8 , 372.Xr mount_devfs 8 , 373.Xr mount_ext2fs 8 , 374.Xr mount_fdescfs 8 , 375.Xr mount_hpfs 8 , 376.Xr mount_linprocfs 8 , | 289.Pp 290If the type is not one of the internally known types, 291.Nm 292will attempt to execute a program in 293.Pa /sbin/mount_ Ns Sy XXX 294where 295.Sy XXX 296is replaced by the type name. --- 72 unchanged lines hidden (view full) --- 369.Xr fstab 5 , 370.Xr kldload 8 , 371.Xr mount_cd9660 8 , 372.Xr mount_devfs 8 , 373.Xr mount_ext2fs 8 , 374.Xr mount_fdescfs 8 , 375.Xr mount_hpfs 8 , 376.Xr mount_linprocfs 8 , |
377.Xr mount_mfs 8 , | |
378.Xr mount_msdos 8 , 379.Xr mount_nfs 8 , 380.Xr mount_ntfs 8 , 381.Xr mount_nullfs 8 , 382.Xr mount_nwfs 8 , 383.Xr mount_portalfs 8 , 384.Xr mount_procfs 8 , 385.Xr mount_std 8 , --- 19 unchanged lines hidden --- | 377.Xr mount_msdos 8 , 378.Xr mount_nfs 8 , 379.Xr mount_ntfs 8 , 380.Xr mount_nullfs 8 , 381.Xr mount_nwfs 8 , 382.Xr mount_portalfs 8 , 383.Xr mount_procfs 8 , 384.Xr mount_std 8 , --- 19 unchanged lines hidden --- |