I created an instance of Amazon EC2 (ubuntu) and created the volume from an available snapshot. The volume is successfully bound to my instance as /dev/sdf .
I ran the following command: done: 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 problem?
amazon-ec2
Jury a
source share