Whamcloud - gitweb
Update copyright and license information.
[fs/lustre-release.git] / lustre / tests / fs.sh
1 #! /bin/bash
2 # Copyright (C) 2001  Cluster File Systems, Inc.
3 #
4 # This code is issued under the GNU General Public License.
5 # See the file COPYING in this distribution
6
7 insmod loop
8 dd if=/dev/zero of=/tmp/fs bs=1024 count=10000
9 losetup /dev/loop0 /tmp/fs
10 mke2fs -b 4096 /dev/loop0