code: mafs

ref: 6e2e8c58342a6b3bba516d0ee42107a54d4c7717
dir: /tests/test.9/action.rc/

View raw version
#!/bin/rc

# du -a /n/mafs_test.9/

mkdir /n/mafs_test.9/dir1
touch /n/mafs_test.9/dir1/file1
echo test >> /n/mafs_test.9/dir1/file1

mkdir /n/mafs_test.9/dir2
touch /n/mafs_test.9/dir2/file1
echo test >> /n/mafs_test.9/dir2/file1
touch /n/mafs_test.9/dir2/file2
echo test >> /n/mafs_test.9/dir2/file2

# 4096 blocks = 2MB
mkdir /n/mafs_test.9/dir3
time fcp -x test.9/2MB.file /n/mafs_test.9/dir3/

# 25 MB file
mkdir /n/mafs_test.9/dir4
time fcp -x test.9/25MB.file /n/mafs_test.9/dir4/

du -a /n/mafs_test.9/
cat /n/mafs_test.9/adm/ctl