.TH mounting 7 2009-12-21 mountall .\" .SH NAME mounting \- event signalling that a filesystem is mounting .\" .SH SYNOPSIS .B mounting .BI DEVICE\fR= DEVICE .BI MOUNTPOINT\fR= MOUNTPOINT .BI TYPE\fR= TYPE .BI OPTIONS\fR= OPTIONS .RI [ ENV ]... .\" .SH DESCRIPTION The .B mounting event is generated by the .BR mountall (8) daemon when it is about to mount a filesystem. .BR mountall (8) will wait for all services started by this event to be running, all tasks started by this event to have finished and all jobs stopped by this event to be stopped before proceeding with mounting the filesystem. The .BR DEVICE ", " MOUNTPOINT ", " TYPE " and " OPTIONS environment variables contain the values of the .BR fstab (5) fields for this mountpoint. .\" .SH EXAMPLE A tool that should be run before mounting the .I /var filesystem might use: .RS .nf start on mounting MOUNTPOINT=/var task .fi .RE .\" .SH SEE ALSO .BR mounted (7) .BR virtual-filesystems (7) .BR local-filesystems (7) .BR remote-filesystems (7) .BR all-swaps (7) .BR filesystem (7)