``` os.system("uudisksctl unmount --block-device {}".format(mount_point)) os.system("udisksctl power-off --block-device {}".format(mount_point)) ```