laptom-mode-tools can use sdparm if you configure it properly. Look through the config file, specifically change this
$this->bbcode_second_pass_code('', '#
# If this is enabled, laptop mode tools will assume that SCSI drives are
# really SATA drives that only _look_ like SCSI drives, and will use hdparm
# to control them. Set this to 0 if you have /dev/sd devices and you want
# laptop mode tools to use the "sdparm" command to control them.
#
ASSUME_SCSI_IS_SATA=1
')
to
$this->bbcode_second_pass_code('', 'ASSUME_SCSI_IS_SATA=0')
and
$this->bbcode_second_pass_code('', 'ENABLE_LAPTOP_MODE_ON_AC=0')
to
$this->bbcode_second_pass_code('', 'ENABLE_LAPTOP_MODE_ON_AC=1')
Only use this if hdparm doesn't work. It didn't for me, so I used sdparm.
Try
$this->bbcode_second_pass_code('', 'hdparm -y /dev/sda')
Does your hdd spin down immediately?