I'm using OpenSolaris 2008.11 on EC2. I want to create self bundle . in ubuntu

sudo ec2-bundle-vol -d /mnt -k $EC2_PRIVATE_KEY  -c $EC2_CERT  --fstab /etc/fstab --user $AWS_ACCUNT_ID  -r i386

but OpenSolaris does not have /etc/fstab

Do you know?

link|improve this question

39% accept rate
feedback

3 Answers

There are instructions on rebundling OpenSolaris AMIs here: http://www.sun.com/third-party/global/amazon/Sun_AmazonEC2_GettingStartedGuide.pdf.

link|improve this answer
feedback

In OpenSolaris, /etc/fstab has been replaced by /etc/vfstab.

link|improve this answer
feedback

Man vfstab

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.