Different tools to setting and displaying stripe properties
lfs setstripe
Set striping properties of a directory or new filelfs getstripe
Return information on current striping settingslfs df
Show disk usage of this file system
touch first_file
lfs getstripe first_file
mkdir experiments
lfs setstripe -c 4 experiments
touch experiments/new_file
lfs getstripe experiments/new_file