How to manually update the firmware by SSH?
Last modified date:
2024-03-05
Applicable Products
QTS
Procedure
This topic explains how to update the QTS firmware over an SSH connection. You can use this process to upgrade or downgrade the firmware.
- Locate the firmware for your device.
- Identify the model name and current firmware version of your device. For instructions, see here.
- Go to the Download Center.
- Under Product type, select NAS/Expansion.
- Under Bay, select the number of drive bays for your NAS.
- Under Model, select your NAS model.
- In the Download items section, click Operating System.
The list is filtered to only display firmware versions available for your device.
- Download the firmware file for your device.
- Identify a firmware version.
- Click the icon in the Remarks column.
A list of release notes is displayed. - Review the release notes for any specific instructions.
- Click an icon in the Download Link column.
The firmware download is prepared. After the download completes, you must extract the firmware image from the .zip file.
- Upload the firmware image to the Public folder on the NAS.
- Open an SSH connection to your NAS. For details, see here.
- Run
ln -sf /mnt/HDA_ROOT/update /mnt/update
. - Run
/etc/init.d/update.sh /share/Public/{FIRMWARE_FILE_NAME}.img
. - Run
reboot
.