Editing a File System
Change an existing File Storage file system.
You can change the display name of the file system or manage its tags. You can also encrypt a file system, set the file system's reported size, and tag a file system.
- Open the navigation menu and click Storage. Under File Storage, click File Systems.
-
In the List scope section, under Compartment, select a compartment.
- In the list of file systems, click the name of the file system that you want to edit.
- On the file system's details page, click Rename.
- Enter the new file system name. Avoid entering confidential information. Then click Rename.
Use the
fs file-system update
command and required parameters to update a file system:oci fs file-system update --file-system-id <file_system_OCID> --display-name "<New File System Name>"
Avoid entering confidential information.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateFileSystem operation to edit a file system.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.