
# RDSK - raw device name (partition or volume) containing test filesystem
# DSK - block device name (partition or volume) containing test filesystem
# FS - test filesystem path
# DIR - test directory path (must be within the test filesystem.
#			can be the same as the test filesytsem path)

RDSK=/dev/rdsk/dks0d2s7
DSK=/dev/dsk/dks0d2s7

#RDSK=/dev/rxlv/test
#DSK=/dev/xlv/test

FS=/xfs
DIR=/xfs/test

