mount \- Control active and configured mount points
."------DESCRIPTION
.SHDESCRIPTION
.PP
This module controls active and configured mount points in \fC/etc/fstab\fR.
."------OPTIONS
."
."
.SHOPTIONS
.IPsrc
device to be mounted on \fIname\fR.(required)
.IPstate
If \fCmounted\fR or \fCunmounted\fR, the device will be actively mounted or unmounted as well as just configured in \fIfstab\fR. \fCabsent\fR and \fCpresent\fR only deal with \fIfstab\fR.
.IRChoices:
present,absent,mounted,unmounted.(required)
.IPname
path to the mount point, eg: \fC/mnt/files\fR(required)
.IPdump
dump (see fstab(8))
.IPpassno
passno (see fstab(8))
.IPopts
mount options (see fstab(8))
.IPfstype
file-system type(required)."
."
."------NOTES
."
."
."------EXAMPLES
.SHEXAMPLES
.PP
.nf
mount name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro