mkdir -p /var/tmp
mke2fs -t ext3 -b 4096 -J size=4 -q /dev/sdb1
mount -t ext3 /dev/sdb1 /var/tmp