github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/pfs-crash/dd4Kx256.sh (about)

     1  #!/bin/bash
     2  
     3  # Copyright (c) 2015-2021, NVIDIA CORPORATION.
     4  # SPDX-License-Identifier: Apache-2.0
     5  
     6  while true
     7  do
     8  	for i in `seq 100`
     9  	do
    10  		dd if=/dev/zero of=$1/dd1M_$i bs=4k count=256
    11  	done
    12  done