Listing File Systems

On Compute Cloud@Customer, file systems are associated with a single compartment. When you select a compartment, the Compute Cloud@Customer Console displays all file systems in the compartment. You can also see exports and snapshots associated with each file system.

    1. In the Compute Cloud@Customer Console navigation menu, select File Storage, then select File Systems.

    2. At the top of the page, select the compartment that contains the file system.

      The file systems for the compartment are listed.

    3. To see file system details, select the name of the file system.

  • Use the oci fs file-system list command and required parameters to list file systems.

    oci fs file-system list --availability-domain <availability_domain_name> --compartment-id <compartment_OCID> [OPTIONS]

    Use the oci fs file-system get command and required parameters to view file system details.

    oci fs file-system get --file-system-id <file-system_OCID> [OPTIONS]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the ListFileSystems operation to list file systems.

    Use the GetFileSystem operation to get more information about the specified file system.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.