disks/partitions
Retrieve a disk's partition boundaries (start and size in sectors and bytes) directly from /sys/class/block, without fdisk. Use it to inspect low-level geometry and partition layout.
Instructions
Retrieves partition boundaries for a drive (start/size, in sectors and bytes), parsed natively from /sys/class/block - no fdisk dependency. Use this to understand the low-level geometry and partition boundaries of a disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional specific block device to query (e.g., 'sda') |