[ Version ( deprecated = true , since = "1.0.68" ) ]
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
In new code, use mke2fs instead
This creates an ext2 external journal on device
with label label
.
this |
A GuestfsSession object |
true on success, false on error |