1 Answer
0
Hi
I have understand that you have problem with EBS mount to the Ec2 at the specified path, I hope you have followed this link Automatically mount an attached volume after reboot
Be sure to check:
- Backup your /etc/fstab file
- Check the the UUID and the configuration show example below - refered from the link above
- Filesystem type is XFS but if you want use another type
UUID=aebf131c-6957-451e-8d34-ec978d9581ae /data xfs defaults,nofail 0 2
- try a test with
sudo umount /pathof the mount/ -- after this you will be unmounted
sudo mount -a -- if you dont get errors it works
If you check above inputs and let me know if you have issues again
answered 17 days ago
Relevant content
- asked 2 years ago
- asked a year ago
- Accepted Answerasked 4 months ago
- asked 4 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
Hi, many thx for your response. I have tried the above but on restart the file system fails to remount automatically. I can only think that the UUID is changing on reboot.