tags:

views:

22

answers:

0

Is there a way for a process to lock an entire disk so that no other process can access any file on the disk until this process releases the lock? Disk i/o operations for the other processes would presumably block until the lock is released.

The OS in question is Linux.