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.
-
In the Compute Cloud@Customer Console navigation menu, click File Storage, then click File Systems.
-
At the top of the page, select the compartment that contains the file system.
The file systems for the compartment are listed.
-
To see file system details, click 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 delete the specified mount target. This operation also deletes the mount target’s VNICs.
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.