logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Rex::Commands::Mkfs - Create filesystems

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;

See Also