# Manage filesystems

Managing filesystems in the WEKA system involves overseeing entities that function like conventional on-disk filesystems but distribute data across all servers in the cluster. These filesystems are not tied to specific physical objects and act as root directories with space limitations.

The WEKA system can support up to 1024 filesystems. Effective management ensures optimal resource allocation and performance, including tasks such as creating new filesystems, resizing existing ones, and configuring features like thin provisioning and data reduction.

**Related topics**

[Filesystems, object stores, and filesystem groups](/weka-system-overview/filesystems.md) (detailed overview)

[Manage filesystems using the GUI](/weka-filesystems-and-object-stores/managing-filesystems/managing-filesystems.md)

[Manage filesystems using the CLI](/weka-filesystems-and-object-stores/managing-filesystems/managing-filesystems-1.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.weka.io/weka-filesystems-and-object-stores/managing-filesystems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
