Diagnose high disk write IO

Hi, say for example if there is high disk write IO in one disk (detected from NMON), how to we identify what processes is writing on that particular disk?

for filesystems
man fuser

works with block devices too

oracle asm disks or raw lvs for example

fuser /dev/rhdiskxx

Okay, I will try to use that. Thanks.