BLKSIZE
geometry.bytes_per_sector = BLKSIZE;
geometry.cylinder_count = cookie->dev->size / BLKSIZE;
geometry.bytes_per_physical_sector = BLKSIZE;