~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to mount/fstab.5

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-12-23 04:29:48 UTC
  • Revision ID: james.westby@ubuntu.com-20091223042948-56zsfeyzjlpv2ivr
Tags: 2.16-1ubuntu6
* mount/fstab.5: document the bootwait, nobootwait, showthrough
  and optional mount options accepted by mountall.
* mount/mount.c: don't pass the above options to mount().  LP: #479965. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
.BR umount (8)
63
63
sequentially iterate through
64
64
.B fstab
65
 
doing their thing.
 
65
doing their thing, though at boot time
 
66
.BR mountall (8)
 
67
may process the file out-of-order when it believes it is safe to do so.
66
68
 
67
69
The first field,
68
70
.RI ( fs_spec ),
166
168
For more details, see
167
169
.BR mount (8).
168
170
 
 
171
The
 
172
.BR mountall (8)
 
173
program that mounts filesystem during boot also recognises additional
 
174
options that the ordinary
 
175
.BR mount (8)
 
176
tool does not.  These are: ``bootwait'' which can be applied to remote
 
177
filesystems mounted outside of
 
178
.I /usr
 
179
or
 
180
.IR /var ,
 
181
without which
 
182
.BR mountall (8)
 
183
would not hold up the boot for these; ``nobootwait'' which can be
 
184
applied to non-remote filesystems to explicitly instruct
 
185
.BR mountall (8)
 
186
not to hold up the boot for them; ``optional'' which causes the entry
 
187
to be ignored if the filesystem type is not known at boot time; and
 
188
``showthrough'' which permits a mountpoint to be mounted before its
 
189
parent mountpoint (this latter should be used carefully, as it can
 
190
cause boot hangs).
 
191
 
169
192
The fifth field,
170
193
.RI ( fs_freq ),
171
194
is used for these filesystems by the
200
223
.SH "SEE ALSO"
201
224
.BR getmntent (3),
202
225
.BR mount (8),
 
226
.BR mountall (8),
203
227
.BR swapon (8),
204
228
.BR fs (5)
205
229
.BR nfs (5)