Lines Matching full:system

35 .Nd mount or dismount a file system
51 system call grafts
52 a file system object onto the system file tree
57 describes the file system object to be mounted.
65 The contents of the file system
72 are unavailable until the file system is unmounted.
76 system call behaves similarly to
78 except that the mount options (file system type name, device to mount,
88 .Li fstype Ta file system type name (e.g., Dq Li procfs )
93 Depending on the file system type, other options may be
102 system call.
112 suppress default semantics which affect file system access.
115 The file system should be treated as read-only;
118 a read-only file system to read/write.
120 Do not allow files to be executed from the file system.
127 Create a snapshot of the file system.
141 All I/O to the file system should be done synchronously.
143 All I/O to the file system should be done asynchronously.
145 Force a read-write mount even if the file system appears to be unclean.
151 specify that the file system is to be forcibly downgraded to a read-only
166 to an already mounted file system.
168 that the file system be unmounted and remounted.
176 the specified already mounted file system.
180 argument names the file system.
181 The types of file systems known to the system can be obtained with
190 manual page for each file system.
191 By convention file system manual pages are named
192 by prefixing ``mount_'' to the name of the file system as returned by
196 file system is described by the
204 system call disassociates the file system from the specified
212 to specify that the file system should be forcibly unmounted
216 even if the file system is later remounted.
222 should instead be a file system ID encoded as
232 The file system that has the specified file system ID will be unmounted.
240 system calls will fail when one of the following occurs:
285 file system mount:
312 The super block for the file system had a bad magic
315 The super block for the file system had a bad check hash.
320 group information for the file system.
333 file system mount:
345 system call may fail with one of the following errors:
356 The file system ID specified using
360 The file system ID specified using
364 The specified file system is the root file system.
367 on the file system.
369 An I/O error occurred while writing cached file system information.
390 system call first appeared in