- Newest
- Most votes
- Most comments
Hi there ,I understand that you would like to mount the volume that you created and now you are unable to mount it.Correct me if I misunderstood.
Based on the tests that I ran you will need to : [1]create a snapshot [2]attach it to a volume [3]Stop the instance that you want to mount the volume to [4]attach the volume of the snapshot to your rescue instance [5]SSH into the rescue instance [6]Run this command < lsblk -f > to check the name of the disk you want to mount [7]run the following command to mount [7.1] mount -o nouuid /dev/<diskname> /data
I have provided you with additional documentation under the reference section.
I hope this was helpful!
Reference [1]https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html#ebs-create-volume-from-snapshot [2]https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html
answered 4 years ago
You might have found your way around. Just in case someone stumbles upon the same issue: Try running mount -o nouuid /dev/xvdi1 /mnt/tmp r. Just in case someone stumbles upon same issue:
Relevant content
asked 10 months ago
asked 2 years ago
asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago

@root : mount -o nouuid /dev/xvdbb /mnt/new "mount: /mnt/new: wrong fs type, bad option, bad superblock on /dev/xvdbb, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call." I have created an ec2@ubuntu and i have uploaded some files and the ec2 instance stopped working hence i took snapshot and created new volume with it, i have created another instance and trying to mount the snapshot volume to the new instance. please help me..!