Created an EBS volume from a snapshot, but can't mount it?

fdisk -l shows the volume so it looks like it's attached but when I follow these steps echo "/dev/xvdg /vol2 xfs noatime 0 0" | sudo tee -a /etc/fstab sudo mkdir /vol2 sudo mount /vol2 I get the ...