zekepliskin
Member
So I swapped drives between two HDR Fox T2s recently as I'm planning to gift my first one and keep a newer one I picked up for £20 in mint condition the other day (the first 1TB model I've come across and it has a brighter VFD due to being barely used). Now before I did this, hdparm wasn't returning any errors on either box. It does now though :-
Originally I thought it was because I'd used the -K 1 flag to try and impose a -M 128 on the drive in the box I'm going to gift as it's a bit noisy and didn't have anything set for AAM by default - I figured it would either keep the value by default or I could add a S99xxxxx type script to the boot process so it sets that every boot if not. But the above code is actually from the WD-AV-GP 4TB drive I've been using for a few years now and it didn't used to return sense data errors. Anything to worry about?
Code:
hdparm /dev/sda
/dev/sda:
SG_IO: bad/missing sense data, sb[]: f0 00 05 00 00 00 00 0a 00 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
multcount = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 4/4/8, sectors = 128, start = 0
Originally I thought it was because I'd used the -K 1 flag to try and impose a -M 128 on the drive in the box I'm going to gift as it's a bit noisy and didn't have anything set for AAM by default - I figured it would either keep the value by default or I could add a S99xxxxx type script to the boot process so it sets that every boot if not. But the above code is actually from the WD-AV-GP 4TB drive I've been using for a few years now and it didn't used to return sense data errors. Anything to worry about?