1Rex::Commands::Mkfs(3)User Contributed Perl DocumentationRex::Commands::Mkfs(3)
2
3
4

NAME

6       Rex::Commands::Mkfs - Create filesystems
7

DESCRIPTION

9       With this module you can create filesystems on existing partitions and
10       logical volumes.
11

SYNOPSIS

13        use Rex::Commands::Mkfs;
14

EXPORTED FUNCTIONS

16   mkfs($devname, %option)
17       Create a filesystem on device $devname.
18
19        mkfs "sda1",
20          fstype => "ext2",
21          label  => "mydisk";
22
23        mkfs "sda2",
24          fstype => "swap";
25
26
27
28perl v5.32.1                      2021-03-06            Rex::Commands::Mkfs(3)
Impressum