def format_bd(device):
    block_dev = BlockDevice(device)
    block_dev.format()
def format_bd(device):
    block_dev = BlockDevice(device)
    block_dev.format()