Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
device_partitions
Use TSK to enumerate details about partitions on a disk device.
Column | Type | Description |
---|---|---|
blocks | bigint | Number of blocks |
blocks_size | bigint | Byte size of each block |
device | text | Absolute file path to device node Required in WHERE clause |
flags | integer | Value that describes the partition (TSK_VS_PART_FLAG_ENUM) |
inodes | bigint | Number of meta nodes |
label | text | The partition name as stored in the partition table |
offset | bigint | Byte offset from the start of the volume |
partition | integer | A partition number or description |
type | text | Filesystem type if recognized, otherwise, 'meta', 'normal', or 'unallocated' |