That's a refreshing attitude. Most have top save it. It's only TV afterall. Repeats will be along in a minuite.I'm not too bothered loosing all the stuff on the old disk - most of it has been there for years and never watched.
1 million hours MTBF
Best-in-class reliability for mainstream
3.5-inch form-factor surveillance
storage.*
* Based on a surveillance usage of <60 TB/year transferred at 25°C
ambient environment with up to 16 cameras
With any non-AV WD disk, watch the disk stats to check if the load/unload count grows quickly and if so look for the wdidle3 utility to disable the head parking, which will involve connecting the drive to a SATA bus on a different computer somewhere. I think that's unlikely to be happening on a surveillance disk but you never know - it /is/ usually set to 8 seconds from the factory on the reds though.
smartctl -l scterc /dev/sda
smartctl -l scterc,0,0 /dev/sda
I read on the Tivo forums that WD disabled the ability to change this on later drive models but if it does work then it could easily be done at each boot.EDIT. Reading around a bit more, not all drives support this function (seterc). I presume if the first command successfully lists the status, you should be able to change it using the second.
That's interesting! I contacted WD prior to ask them what drive they recommended for a PVR (as there is no longer a AV specific model) and they suggested the WD Purple.
As 'smartmontools' is installed as part of the CFW you should be able to check the status of your drive from the command line in Telnet (assumes your drive is mounted as 'sda'):
The following should disable TSER if enabled:Code:smartctl -l scterc /dev/sda
I've not used the command to change the setting myself, so use at your own risk. There is an overview here.Code:smartctl -l scterc,0,0 /dev/sda
EDIT. Reading around a bit more, not all drives support this function (seterc). I presume if the first command successfully lists the status, you should be able to change it using the second.
What about the ones at http://www.wdc.com/en/products/internal/av/ ?
That's interesting! I contacted WD prior to ask them what drive they recommended for a PVR (as there is no longer a AV specific model) and they suggested the WD Purple. I decided to switch back to WD after different 3 Seagates failed on me recently. The Purple in my Hummy has been trouble free thus far, fingers crossed it stays that way
Anyway, I tested "sudo smartctl -l scterc /dev/sda" on the Red and, as expected, it gave Read and Write as both 7 seconds. I *might* pluck up courage to see what happens if I try to set it to more suitable values for a standalone drive (then again I might not!).