How to add mount point details in amazon linux cloud formation
up vote
0
down vote
favorite
I want to add disk and mount point for my data path like below in Cloud Formation template for creating AWS EC2 instance
"mkfs -t xfs /dev/xvdbn"
"echo "/dev/xvdb /data xfs defaults,nofail 0 2" >> /etc/fstabn"
For using xfs filesystem what are the things needs to be in consideration ?
i believe we can directly install ext4 using above steps
For xfs i think we need to install yum install xfsprogs as a prerequisite
Is there anything other than this required ?
what is the best disk here /dev/xvdb or /dev/sdb2 ?
We are using HVM virtualization type AMI
mount fstab amazon-ec2 amazon-linux template
add a comment |
up vote
0
down vote
favorite
I want to add disk and mount point for my data path like below in Cloud Formation template for creating AWS EC2 instance
"mkfs -t xfs /dev/xvdbn"
"echo "/dev/xvdb /data xfs defaults,nofail 0 2" >> /etc/fstabn"
For using xfs filesystem what are the things needs to be in consideration ?
i believe we can directly install ext4 using above steps
For xfs i think we need to install yum install xfsprogs as a prerequisite
Is there anything other than this required ?
what is the best disk here /dev/xvdb or /dev/sdb2 ?
We are using HVM virtualization type AMI
mount fstab amazon-ec2 amazon-linux template
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to add disk and mount point for my data path like below in Cloud Formation template for creating AWS EC2 instance
"mkfs -t xfs /dev/xvdbn"
"echo "/dev/xvdb /data xfs defaults,nofail 0 2" >> /etc/fstabn"
For using xfs filesystem what are the things needs to be in consideration ?
i believe we can directly install ext4 using above steps
For xfs i think we need to install yum install xfsprogs as a prerequisite
Is there anything other than this required ?
what is the best disk here /dev/xvdb or /dev/sdb2 ?
We are using HVM virtualization type AMI
mount fstab amazon-ec2 amazon-linux template
I want to add disk and mount point for my data path like below in Cloud Formation template for creating AWS EC2 instance
"mkfs -t xfs /dev/xvdbn"
"echo "/dev/xvdb /data xfs defaults,nofail 0 2" >> /etc/fstabn"
For using xfs filesystem what are the things needs to be in consideration ?
i believe we can directly install ext4 using above steps
For xfs i think we need to install yum install xfsprogs as a prerequisite
Is there anything other than this required ?
what is the best disk here /dev/xvdb or /dev/sdb2 ?
We are using HVM virtualization type AMI
mount fstab amazon-ec2 amazon-linux template
mount fstab amazon-ec2 amazon-linux template
edited Nov 21 at 17:08
Rui F Ribeiro
38.2k1475125
38.2k1475125
asked Nov 21 at 16:41
vignesh
11
11
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483251%2fhow-to-add-mount-point-details-in-amazon-linux-cloud-formation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown