[ Version ( deprecated = true , since = "1.9.3" ) ]
public bool blockdev_setbsz (string device, int32 blocksize) throws Error
Warning: blockdev_setbsz is deprecated.
set blocksize of block device
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.
this |
A GuestfsSession object |
true on success, false on error |