#!/bin/bash

CN=$1
#cp test test_${CN}.dat
dd if=/dev/zero of=test_${CN}.dat bs=1M count=512
touch test_${CN}.lock

