Linux Commands Examples

A great documentation place for Linux commands

mountall

Mount filesystems during boot

Synopsis

mountall [OPTIONS]...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

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 behaviour.

options

--daemon

Detach and run in the background.

--force-fsck

Force check of all filesystems.

--fsck-fix

Attempt to fix all fsck errors.

--no-events

Do not emit events after mounting filesystems.

--dev-wait-time=value (in seconds)

In case of bootwait or timeout: specify the time to wait for device to be detected. The default is 30 seconds. Legal values are between 1 and 2147483647 seconds.

-q, --quiet

Reduce output to errors only.

-v, --verbose

Increase output to include informational messages.

--help

Display this help and exit.

--version

Output version information and exit.

copyright

Copyright © 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 PARTICULAR PURPOSE.


bugs

Report bugs at <https://launchpad.net/ubuntu/+source/mountall/+bugs>


author

Written by Scott James Remnant <scott[:at:]netsplit[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback