Manually updating the firmware
最后修订日期:
                                2022-06-24
                            
                            
                                                        
                                1. Login to the NAS via SSH
  
2. To create tmpfs space and mount as /mnt/update, use below commands:
3. Find the correct firmware for your NAS model on our Download Center.
  
4. Download the firmware file to the NAS (example with NAS model TS-XXX):
5. Unzip the file:
6. Run the update script:
7.Reboot the NAS
                                                    2. To create tmpfs space and mount as /mnt/update, use below commands:
# mkdir -p /mnt/update 
# mount -t tmpfs -o size=50% none /mnt/update
# cd /mnt/update
  # mount -t tmpfs -o size=50% none /mnt/update
# cd /mnt/update
3. Find the correct firmware for your NAS model on our Download Center.
4. Download the firmware file to the NAS (example with NAS model TS-XXX):
[/mnt/update] # wget https://download.qnap.com/Storage/TS-XXX/TS-XXX_201505XX-4.1.4.zip
  5. Unzip the file:
[/mnt/update] # unzip TS-XXX_201505XX-4.1.4.zip
  6. Run the update script:
[/mnt/update] # /etc/init.d/update.sh /mnt/update/TS-XXX_201505XX-4.1.4.img
  7.Reboot the NAS
# reboot
                            
 
                                    