Comment 4 for bug 186114

Revision history for this message
Agostino Russo (ago) wrote :

something along the lines of:

for d in /dev/loop*; do
    blockdev --setro "$d" || true;
done