mountall --version (return code: 0)
mountall 2.49
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
mountall --help (return code: 0)
Usage: mountall [OPTION]...
Mount filesystems on boot
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 (Default is 30 seconds, Legal value between 1second to 2147483647 seconds)
In case of (bootwait,timeout): specify the time
to wait for device to be detected
-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
By default, mountall does not detach from the console and remains in the
foreground. Use the --daemon option to have it detach.
Report bugs to <ubuntu-devel@lists.ubuntu.com>