blockdev_setbsz
Description:
[ Version ( deprecated = true , since = "1.9.3" ) ]
public bool blockdev_setbsz (string device, int32 blocksize) throws Error
public bool blockdev_setbsz (string device, int32 blocksize) throws Error
Warning: blockdev_setbsz is deprecated.
set blocksize of block device
Note:
There is no documented replacement
This call does nothing and has never done anything because of a bug in blockdev. Do not use it.
If you need to set the filesystem block size, use the blocksize
option of
mkfs.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |