Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mountall(8) [linux man page]

mountall(8)						      System Manager's Manual						       mountall(8)

NAME
mountall - Mount filesystems during boot SYNOPSIS
mountall [OPTIONS]... DESCRIPTION
mountall reads fstab(5) and calls fsck(8), mount(8) and swapon(8) in the correct order to mount filesystems once the underlying devices have been created by udevd(8) This is a temporary tool until init(8) itself gains the necessary flexibility to perform this processing; you should not rely on its behav- iour. AUTHOR
Written by Scott James Remnant <scott@netsplit.com> BUGS
Report bugs at <https://launchpad.net/ubuntu/+source/mountall/+bugs> COPYRIGHT
Copyright (C) 2009 Canonical Ltd. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. upstart 2009-09-07 mountall(8)

Check Out this Related Man Page

virtual-filesystems(7)					 Miscellaneous Information Manual				    virtual-filesystems(7)

NAME
virtual-filesystems - event signalling that virtual filesystems have been mounted SYNOPSIS
virtual-filesystems [ENV]... DESCRIPTION
The virtual-filesystems event is generated by the mountall(8) daemon after it has mounted all virtual filesystems listed in fstab(5). mountall(8) emits this event as an informational signal, services and tasks started or stopped by this event will do so in parallel with other activity. This event is typically used by services that must be started in order to mount other filesystems. When this event occurs, common filesys- tems such as /usr may not be mounted. For most normal services the filesystem(7) event is sufficient. EXAMPLE
A service that wishes to be running once virtual filesystems are mounted might use: start on virtual-filesystems SEE ALSO
mounting(7) mounted(7) local-filesystems(7) remote-filesystems(7) all-swaps(7) filesystem(7) mountall 2009-12-21 virtual-filesystems(7)
Man Page