I want to create a folder and write a file in the created folder in an Amazon EBS
volume from a Java Servlet installed on Amazon EC2 running Ubuntu.
I have mounted the EBS volume at
/mnt/my-address
But the Servlet is unable to create the folder and write the file?
My Question
Why Java sevlet is not able to create a folder on Amazon EBS mounted volume?
/mnt/my-address
seems to be the question? – Ambler