![]() |
![]()
| ![]() |
![]()
NAMERex::Commands::Mkfs - Create filesystems DESCRIPTIONWith this module you can create filesystems on existing partitions and logical volumes. SYNOPSISuse Rex::Commands::Mkfs; EXPORTED FUNCTIONSmkfs($devname, %option)Create a filesystem on device $devname. mkfs "sda1", fstype => "ext2", label => "mydisk"; mkfs "sda2", fstype => "swap";
|