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