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