mkfs_b


Description:

[ Version ( deprecated = true , since = "1.0.68" ) ]
public bool mkfs_b (string fstype, int32 blocksize, string device) throws Error

Warning: mkfs_b is deprecated.

make a filesystem with block size

Note:

In new code, use mkfs instead

This call is similar to mkfs, but it allows you to control the block size of the resulting filesystem. Supported block sizes depend on the filesystem type, but typically they are @1024, @2048 or @4096 only.

For VFAT and NTFS the blocksize parameter is treated as the requested cluster size.

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error