mke2fs_J
Description:
[ Version ( deprecated = true ,  since = "1.0.68" ) ]
public bool mke2fs_J (string fstype, int32 blocksize, string device, string journal) throws Error
  public bool mke2fs_J (string fstype, int32 blocksize, string device, string journal) throws Error
Warning: mke2fs_J 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 journal. It is equivalent to the command:
    
<![CDATA[mke2fs -t fstype -b blocksize -J device=<journal> <device>]]>
See also mke2journal.
Parameters:
| this | 
           A GuestfsSession object  | 
      
Returns:
| 
           true on success, false on error  |