Rex::Commands::Mkfs - Create filesystems
Contents
Description
With this module you can create filesystems on existing partitions and logical volumes.
Exported Functions
mkfs($devname,%option)
Create a filesystem on device $devname.
mkfs "sda1",
fstype => "ext2",
label => "mydisk";
mkfs "sda2",
fstype => "swap";
perl v5.40.0 2025-02-06 Rex::Commands::Mkfs(3pm)
Name
Rex::Commands::Mkfs - Create filesystems
Synopsis
use Rex::Commands::Mkfs;
