summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/dd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python_pgms/cloud-on-fly/src/scripts/dd.sh')
-rwxr-xr-xpython_pgms/cloud-on-fly/src/scripts/dd.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/python_pgms/cloud-on-fly/src/scripts/dd.sh b/python_pgms/cloud-on-fly/src/scripts/dd.sh
new file mode 100755
index 0000000..0cdf49d
--- /dev/null
+++ b/python_pgms/cloud-on-fly/src/scripts/dd.sh
@@ -0,0 +1,7 @@
+cd CLOUD_MNT_PT
+mkdir -p `hostname`/dd
+cd `hostname`/dd
+for i in {1..50};
+do
+dd if=/dev/zero of=CLOUD_MNT_PT/`hostname`/dd bs=4Kb count=25
+done