--- title: "zestyctl disk list - Get information about mount points" slug: "zestyctl-disk-list-get-information-about-mount-points" updated: 2025-05-05T12:10:31Z published: 2025-05-05T12:10:31Z canonical: "docs.zesty.co/zestyctl-disk-list-get-information-about-mount-points" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.zesty.co/llms.txt > Use this file to discover all available pages before exploring further. # zestyctl disk list - Get information about mount points This topic describes the `zestyctl disk list` CLI command. This command returns a report about all configured mount points (similar to the **lsblk** command) that can be migrated to Zesty Disk using EZswitch. ### Syntax `zestyctl disk list` ### Parameters | Parameter | Description | Required | | --- | --- | --- | | `zestyctl disk list` | Returns a report about configured mount points | Y | ### Output Output similar to the following is displayed: ```plaintext # zestyctl disk list Filesystem           Type        Size   Use   Mounted on        EZswitch -------------------------------------------------------------------------------- devtmpfs             devtmpfs    4.0M   0%    /dev              Not supported /dev/nvme0n1p4       xfs         9.9G   18%   /                 Supported soon* /dev/nvme0n1p3       xfs         936M   24%   /boot             Not supported /dev/nvme0n1p2       vfat        100M   8%    /boot/efi         Not supported var-_-lib-_-docker   ZestyDisk   10T    62%   /var/lib/docker   Managed by Zesty * Supports running an EZswitch from a directory to a Zesty Disk ``` The output shows the following: - Filesystem name - Filesystem type (ext4, xfs, btrfs, zesty for btrfs configured as zd) - Size - Use (as a percentage) - Mounted on (the mount path) - EZswitch - **In Progress**: currently being migrated - **Managed by Zesty**: this is a Zesty Disk - **Not supported**: cannot be migrated with EZswitch - **Preparing**: migration has begun, before first reboot - **Supported**: can be migrated with EZswitch - **Supported***: a directory can be migrated (this is a root mount point) #### Prerequisites - Zesty Disk Agent is installed The zestyctl CLI is installed as part of the Agent installation. For more information, see [Install the Zesty Disk Agent on standalone instances](/v1/docs/install-the-zesty-disk-agent). - Root access to the Linux instance