Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Display Disk Information - Format Disk Usage | Online Free DevTools by Hexmos

Format disk usage information with dysk. Analyze disk space and filesystem details, sort, and filter by disk type. Free online tool, no registration required.

dysk

Display filesystem information in a table. More information: https://manned.org/dysk.

  • Get a standard overview of your usual disks:

dysk

  • Sort by free size:

dysk {{[-s|--sort]}} free

  • Include only HDD disks:

dysk {{[-f|--filter]}} 'disk = HDD'

  • Exclude SSD disks:

dysk {{[-f|--filter]}} 'disk <> SSD'

  • Display disks with high utilization or low free space:

dysk {{[-f|--filter]}} 'use > 65% | free < 50G'

See Also