> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/instrumentation/general/instrumentation-general-troubleshooting-list/000006273.md).

# Troubleshooting low disk space issues in the /var/log/ volume on NextSeq 1000/2000 and NovaSeq X Series

**Background**

Linux Operating System (OS) file systems record system events and logs in the `messages`log file, located in the /var/log/ directory. Over time, these logs can accumulate and cause the `messages` file size to reach several gigabytes. As a result, this can cause the /dev/mapper/--log-log partition to completely fill up (Figure 1). This does not typically affect run performance, though it can present warnings and errors in the Linux OS if it is not addressed.

![](/files/d953zZQlRXXdgGODfvYu)

**Figure 1:** Low Disk Space on "log". The volume "log" has only 266.1 MB disk space remaining.

**Important Notes**

* The NextSeq 1000/2000 Control Software versions 1.5 and above implement a pre-run disk space check to ensure local Linux OS partitions have sufficient space.
  * This pre-run check presents a warning if any OS partition is over 70% full, though sequencing runs can proceed after this warning is acknowledged.
  * If any partition reaches over 90% full, the pre-run check prevents sequencing runs from starting and space must be cleared before proceeding.
* The NextSeq 1000/2000 Control Software v2.0 implements a log rotation policy that assists in mitigating this issue.
  * Contact [Illumina Tech Support](https://www.illumina.com/company/contact-us.html) for details and options for scheduling this upgrade.

**Troubleshooting Actions**

If a warning presents that a partition is over the limit for the pre-run check, see the following instructions to identify the affected partition:

1. Minimize the Control Software and open a terminal in the Linux OS by selecting **Applications** > **System Tools** > **Terminal**.
2. Run the `df -Th` command in the terminal to check the available capacity on the available partitions.
   1. Take a screenshot of this result and provide to Illumina Technical Support.

For assistance with checking the Linux OS partitions and clearing out excess files, contact [Illumina Technical Support](https://www.illumina.com/company/contact-us.html#/united-states/technical-support).

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                        |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #6273), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000006273%20-%20Instrumentation%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# 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://knowledge.illumina.com/instrumentation/general/instrumentation-general-troubleshooting-list/000006273.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.
