mke2journal_L
Description:
[ Version ( deprecated = true , since = "1.0.68" ) ]
public bool mke2journal_L (int32 blocksize, string label, string device) throws Error
public bool mke2journal_L (int32 blocksize, string label, string device) throws Error
Warning: mke2journal_L is deprecated.
make ext2/3/4 external journal with label
Note:
In new code, use mke2fs instead
This creates an ext2 external journal on device
with label label
.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |