#!/bin/tcsh
#
#	target-up-sample
#
echo \
   "addfile targetid=1 lun=4 filename=sample blocksinfile=262144 blocksize=512"
#
echo > /proc/scsi_target/scsi_target \
   "addfile targetid=1 lun=4 filename=sample blocksinfile=262144 blocksize=512"
