Enables sequential I/O for your SSD caches
Find a file
2026-04-24 15:26:53 +10:00
.github Add funding 2026-03-24 20:10:22 +11:00
images Add files via upload 2024-03-04 19:59:09 +11:00
.gitattributes set sh files as executable 2024-10-02 08:28:54 +10:00
CHANGES.txt Update CHANGES.txt 2024-03-04 17:02:19 +11:00
how_to_schedule.md Update how_to_schedule.md 2024-03-04 19:59:43 +11:00
LICENSE Initial commit 2024-01-21 16:37:13 +11:00
my-other-scripts.md Sync my-other-scripts.md from 007revad.github.io 2026-04-24 15:26:53 +10:00
README.md Remove committers.top badge from README 2025-11-07 06:22:30 +11:00
syno_seq_io.sh Update syno_seq_io.sh 2024-03-04 19:43:05 +11:00

Synology enable sequential I/O

Badge Donate

Description

Enables sequential I/O for your SSD caches, like DSM 6 had when you unticked the "Skip sequential I/O" option.

Note: Monitor your NVMe drive and 10G card temperature. There have been reports online that enabling sequential I/O for an SSD cache can cause a 10G network card to overheat (which may be why Synology disabled SSD cache sequential I/O from DSM 7 onwards). It will also wear out the NVMe drive(s) much faster.

Download the script

  1. Download the latest version Source code (zip) from https://github.com/007revad/Synology_enable_sequential_IO/releases
  2. Save the download zip file to a folder on the Synology.
  3. Unzip the zip file.

Running the script via SSH

How to enable SSH and login to DSM via SSH

Note: Replace /volume1/scripts/ with the path to where the script is located. Run the script then reboot the Synology:

sudo -i /volume1/scripts/syno_seq_io.sh

Scheduling the script in Synology's Task Scheduler

To ensure that your cache(s) still have sequential I/O enabled after a reboot you should schedule the script to run at boot.

See How to schedule a script to run at boot in Synology Task Scheduler

Options

      --volumes=VOLUME  Volume or volumes to enable sequential I/O for
                          Use when scheduling the script
                          Examples:
                          --volumes=volume_1
                          --volumes=volume_1,volume_3,volume_4
      --kb=KB           Set a specific sequential I/O kb value
                          Use to disable sequential I/O
                          --kb=1024
  -e, --email           Disable colored text in output scheduler emails
  -h, --help            Show this help message
  -v, --version         Show the script version

You can run this script with a parameter to specify the skip_seq_thresh_kb

For example the following would set the cache you select back to default

sudo -i /volume1/scripts/syno_seq_io.sh 1024

Note: If no parameter the script defaults to 0 (which enables sequential I/O).


Screenshots

Enabling sequential I/O

Reset a cache to 1024 KB to disable sequential I/O

Scheduled to enable sequential I/O for 2 caches with --volume option

Choose from multiple caches