table of contents
other versions
- buster 1.6.0-1
- buster-backports 1.12.2-1~bpo10+1
- testing 1.13.2-1
- unstable 1.13.3-1
Rex::Commands::Mkfs(3pm) | User Contributed Perl Documentation | Rex::Commands::Mkfs(3pm) |
NAME¶
Rex::Commands::Mkfs - Create filesystemsDESCRIPTION¶
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";
2020-09-18 | perl v5.28.1 |