> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/maintenance-and-troubleshooting/maintenance-guide/check-disk-space.md).

# Check Disk Space

### Check disk space

From the web interface you can see the free disk space:<br>

```
 Hosts -> Status -> Select Host -> Filesystem Usage tab
```

<figure><img src="https://docs.telcobridges.com/w/images/0/05/Filesystem_usage.png" alt=""><figcaption></figcaption></figure>

From the [SSH access](/troubleshooting-and-support/troubleshooting-tips-and-actions/tbsigtrace-signaling-trace-capture-tool/accessing-device.md), here are the available commands.\
With the df command you can see the available disk space of each partition. If any partition shows Use% at 100%, please contact support.

```
# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda5             3.9G  2.1G  1.7G  56% /
/dev/sda7              21G  9.0G   11G  46% /mnt/.0
/dev/sda6             2.0G   36M  1.9G   2% /tmp
/dev/sda2             4.9G  887M  3.8G  19% /var
/dev/sda1             494M   26M  443M   6% /boot
tmpfs                 997M     0  997M   0% /dev/shm
```

With the du command, you can see the relative size of each folder:

```
du -sh *
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/maintenance-and-troubleshooting/maintenance-guide/check-disk-space.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
