#!/bin/sh . "${PM_FUNCTIONS}" case "$1" in thaw|resume) sleep 2 hdparm -B 255 /dev/sdb ;; *) ;; esac exit $NA