#!/bin/bash dd if=/dev/zero of=/home/knoppix/knoppix-data.img count=1500 bs=1024k sync mke2fs -m 0 -F /home/knoppix/knoppix-data.img