mount.8 (65c1534b060cb8f86de69cf97cd7cd17a1de5ec9) | mount.8 (ef37e89d5d147631320c4659d716130ec234d933) |
---|---|
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. --- 207 unchanged lines hidden (view full) --- 216It is set automatically when the user does not have super-user privileges. 217.It Cm nosymfollow 218Do not follow symlinks 219on the mounted file system. 220.It Cm ro 221The same as 222.Fl r ; 223mount the file system read-only (even the super-user may not write it). | 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. --- 207 unchanged lines hidden (view full) --- 216It is set automatically when the user does not have super-user privileges. 217.It Cm nosymfollow 218Do not follow symlinks 219on the mounted file system. 220.It Cm ro 221The same as 222.Fl r ; 223mount the file system read-only (even the super-user may not write it). |
224.It Cm sync 225All 226.Tn I/O 227to the file system should be done synchronously. | |
228.It Cm snapshot 229This option allows a snapshot of the specified file system to be taken. 230The 231.Fl u 232flag is required with this option. 233Note that snapshot files must be created in the file system that is being 234snapshotted. 235You may create up to 20 snapshots per file system. --- 69 unchanged lines hidden (view full) --- 305It provides security holes for shell users and as 306such should not be used on shell machines, especially on home directories. 307This option requires the SUIDDIR 308option in the kernel to work. 309Only UFS file systems support this option. 310See 311.Xr chmod 2 312for more information. | 224.It Cm snapshot 225This option allows a snapshot of the specified file system to be taken. 226The 227.Fl u 228flag is required with this option. 229Note that snapshot files must be created in the file system that is being 230snapshotted. 231You may create up to 20 snapshots per file system. --- 69 unchanged lines hidden (view full) --- 301It provides security holes for shell users and as 302such should not be used on shell machines, especially on home directories. 303This option requires the SUIDDIR 304option in the kernel to work. 305Only UFS file systems support this option. 306See 307.Xr chmod 2 308for more information. |
309.It Cm sync 310All 311.Tn I/O 312to the file system should be done synchronously. |
|
313.It Cm update 314The same as 315.Fl u ; 316indicate that the status of an already mounted file system should be changed. 317.It Cm union 318Causes the namespace at the mount point to appear as the union 319of the mounted file system root and the existing directory. 320Lookups will be done in the mounted file system first. --- 211 unchanged lines hidden --- | 313.It Cm update 314The same as 315.Fl u ; 316indicate that the status of an already mounted file system should be changed. 317.It Cm union 318Causes the namespace at the mount point to appear as the union 319of the mounted file system root and the existing directory. 320Lookups will be done in the mounted file system first. --- 211 unchanged lines hidden --- |