mke2journal
Description:
[ Version ( deprecated = true , since = "1.0.68" ) ]
public bool mke2journal (int32 blocksize, string device) throws Error
public bool mke2journal (int32 blocksize, string device) throws Error
Warning: mke2journal is deprecated.
make ext2/3/4 external journal
Note:
In new code, use mke2fs instead
This creates an ext2 external journal on device
. It is equivalent to the command:
<![CDATA[mke2fs -O journal_dev -b blocksize device]]>
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |