mke2fs_JU
Description:
[ Version ( deprecated = true , since = "1.0.68" ) ]
public bool mke2fs_JU (string fstype, int32 blocksize, string device, string uuid) throws Error
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
Note:
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.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |