RAID 5 constant activity / no silence / QuTSHero

Discussion about hard drive spin down (standby) feature of NAS.
pandaMinor
New here
Posts: 5
Joined: Tue Aug 02, 2022 9:56 am

Re: RAID 5 constant activity / no silence / QuTSHero

Post by pandaMinor »

OK - in the interim, i know *NIX, but I do not know much about QUTS Hero or the TS-h973ax (if model matters).
what filesystem should i mount in order to modify the startup script and add this zfs parameter?

Much appreciated.
termiman
New here
Posts: 6
Joined: Sat Jul 03, 2021 4:25 pm

Re: RAID 5 constant activity / no silence / QuTSHero

Post by termiman »

pandaMinor wrote: Tue Aug 16, 2022 6:40 am OK - in the interim, i know *NIX, but I do not know much about QUTS Hero or the TS-h973ax (if model matters).
what filesystem should i mount in order to modify the startup script and add this zfs parameter?

Much appreciated.
I'm using an TVS-872 Intel x86 based unit, this may be different for other models.
The script I use to mount and edit the startup script looks like this.

#!/bin/bash
sudo mkdir -p /tmp/config
sudo mount $(sudo /sbin/hal_app --get_boot_pd port_id=0)6 /tmp/config
sudo touch /tmp/config/autorun.sh
sudo chmod +x /tmp/config/autorun.sh
sudo vi /tmp/config/autorun.sh
sudo umount /tmp/config
googleg
Getting the hang of things
Posts: 90
Joined: Sun Mar 14, 2010 2:20 pm

Re: RAID 5 constant activity / no silence / QuTSHero

Post by googleg »

Question: Can people confirm if enabling SSD caching helps with achieving HDD spin-down ?
User avatar
dolbyman
Guru
Posts: 35273
Joined: Sat Feb 12, 2011 2:11 am
Location: Vancouver BC , Canada

Re: RAID 5 constant activity / no silence / QuTSHero

Post by dolbyman »

No..this has nothing to do with spindown
googleg
Getting the hang of things
Posts: 90
Joined: Sun Mar 14, 2010 2:20 pm

Re: RAID 5 constant activity / no silence / QuTSHero

Post by googleg »

Thanks
Locked

Return to “HDD Spin Down (HDD Standby)”