I created an EC2 amazon instance (ubuntu) and created a volume from an available snapshot. The volume has been successfully attached to my instance as /dev/sdf
.
I executed the following command: performed: mkdir /space
When I try to execute the following command:
sudo mount /dev/sdf1 /space
I get this message:
mount: special device /dev/sdf1
does not exist
How can I solve this issue ?