cp /etc/fstab /etc/fstab.bak
echo /dev/vdb1 /mnt xfs defaults 0 0 >> /etc/fstab
cat /etc/fstab
mount /dev/vdb1 /mnt
df -h