Well, it worked.
I went into windows (lucky i still have it because sometimes i must use it for work and also left 500GB of free space for NTFS only) and loaded the SmartWare, went into Settings and set the timer to 0.
To my luck it’s not software based and it actually clears (zero) the STANDBY.
Before:
[root@infin1ty ~]# sdparm -al /dev/sdb
/dev/sdb: WD My Book 1110 2003
Direct access device specific parameters: WP=0 DPOFUA=1
Power condition [po] mode page:
STANDBY_Y 0 [cha: n, def: 0, sav: 0] Standby_y timer enabled
IDLE_C 0 [cha: n, def: 0, sav: 0] Idle_c timer enabled
IDLE_B 0 [cha: n, def: 0, sav: 0] Idle_b timer active
IDLE 0 [cha: n, def: 0, sav: 0] Idle timer enabled
STANDBY 1 [cha: y, def: 1, sav: 1] Standby timer active
ICT 0 [cha: n, def: 0, sav: 0] Idle condition timer (100 ms)
SCT 6000 [cha: y, def:18000, sav:6000] Standby condition timer (100 ms)
SAT ATA Power condition [apo] mode page:
APMP 0 [cha: n, def: 0, sav: 0] Advanced Power Management (APM) enabled/change
APM 0 [cha: n, def: 0, sav: 0] Advanced Power Management (APM) value
After:
[root@infin1ty ~]# sdparm -al /dev/sdb
/dev/sdb: WD My Book 1110 2003
Direct access device specific parameters: WP=0 DPOFUA=1
Power condition [po] mode page:
STANDBY_Y 0 [cha: n, def: 0, sav: 0] Standby_y timer enabled
IDLE_C 0 [cha: n, def: 0, sav: 0] Idle_c timer enabled
IDLE_B 0 [cha: n, def: 0, sav: 0] Idle_b timer active
IDLE 0 [cha: n, def: 0, sav: 0] Idle timer enabled
STANDBY 0 [cha: y, def: 1, sav: 0] Standby timer active
ICT 0 [cha: n, def: 0, sav: 0] Idle condition timer (100 ms)
SCT 0 [cha: y, def:18000, sav: 0] Standby condition timer (100 ms)
SAT ATA Power condition [apo] mode page:
APMP 0 [cha: n, def: 0, sav: 0] Advanced Power Management (APM) enabled/change
APM 0 [cha: n, def: 0, sav: 0] Advanced Power Management (APM) value
but i still wonder why “sdparm --clear STANDBY --six /dev/sdb” does not work when it should work (work fine with other external drives).