The problem may be that you are telling the path to the device instead of the path to the block device.
Try the next command:
udiskctl power-off -b /dev/sdb
With `-b` you are specifying the path to the device.
Source: <
The problem may be that you are telling the path to the device instead of the path to the block device.
Try the next command:
udiskctl power-off -b /dev/sdb
With `-b` you are specifying the path to the device.
Source: <