[ Version ( deprecated = true , since = "1.0.68" ) ]
public bool mke2journal_U (int32 blocksize, string uuid, string device) throws Error
Warning: mke2journal_U is deprecated.
make ext2/3/4 external journal with UUID
In new code, use mke2fs instead
This creates an ext2 external journal on device
with UUID uuid
.
This function depends on the feature "linuxfsuuid". See also feature_available.
this |
A GuestfsSession object |
true on success, false on error |