n Program A wants to copy from disk1 to
disk2 and takes control of disk1
n Program B wants to copy from disk2 to
disk1 and takes control of disk2
n Program A must wait that program B
releases disk2 and program B must wait
that program A releases disk1
n Program A and B will wait forever