volume_group(String[1])
— The name of the volume group
logical_volume(String[1])
— The name of the logical_volume to mount
mountpoint(String[1])
— Where to mount the logical volume
fstype(String)
— The mount type. Valid values depend on the operating system. This is a required option.
options(Optional[String])
— A single string containing options for the mount, as they would appear in fstab on Linux. For many platforms this is a comma-delimited string
atboot(Optional[Boolean])
— Whether to mount the mount at boot. Not all platforms support this.
owner(Optional[String])
— Owner for the mountpoint
group(Optional[String])
— Group for the mountpoint
mode(Optional[String])
— Permissions for the mountpoint