Provided by: rex_1.6.0-1_all 

NAME
Rex::Commands::Mkfs - Create filesystems
DESCRIPTION
With this module you can create filesystems on existing partitions and logical volumes.
SYNOPSIS
use Rex::Commands::Mkfs;
EXPORTED FUNCTIONS
mkfs($devname, %option)
Create a filesystem on device $devname.
mkfs "sda1",
fstype => "ext2",
label => "mydisk";
mkfs "sda2",
fstype => "swap";
perl v5.26.1 2018-02-01 Rex::Commands::Mkfs(3pm)