Visits: 6088
mkfs.xfs no such file or directory
Amazon Linux does not come with mkfs to format a volume with xfs , as MongoDB likes.
The simplest way to create a multi region MongoDB Replica set using Docker Swarm is to use our scripts that are already written. They launch a CloudFormation and the scripts written below.
In order to run the CloudFormation you need to subscribe to the AWS Image in the AWS Marketplace.
https://aws.amazon.com/marketplace/
Then run the CloudFormation Script:
https://console.aws.amazon.com/cloudformation/
See our blog for a discussion about how this was built.
See our selection of pre-installed MongoDB servers:
https://floatingcloud.io/product-category/mongodb/
The Simplest way to install XFS with MongoDB is to install the AWS Marketplace image, it uses Ubuntu:
https://aws.amazon.com/marketplace/pp/B0743JXYP2/?ref=_PTNR_chcl
Instructions how To fix the following error:
make xfs failed, “mkfs.xfs: No such file or directory”
Install mkfs.xfs with:
yum install xfsprogs
Then do:
mkfs.xfs /dev/device-name
libguestfs-xfs
At floatingcloud.io we work really hard to install cloud servers for our clients, that makes life easier for their Sysadmins and Developers. You can now launch MongoDB server pre-installed on Linux that already sits on a formatted XFS File system. Secure MongoDB 3.4 on XFS is configured with a secure personally assigned password.
We have made an effort to install our Servers in a user friendly way. However, shold you have an issue All instance include Full Tech Support.
Source: Bug 1123221 – make xfs faield, “mkfs.xfs: No such file or directory”
The simplest way to create a multi region MongoDB Replica set using Docker Swarm is to use our scripts that are already written. They launch a CloudFormation and the scripts written below.
In order to run the CloudFormation you need to subscribe to the AWS Image in the AWS Marketplace.
https://aws.amazon.com/marketplace/pp/B01N9N0KFZ/
Then run the CloudFormation Script:
https://console.aws.amazon.com/cloudformation/
See our blog for full instructions to install MongoDB Replica Set in Docker Swarm:
You can read about how this scripts is written.
https://floatingcloud.io/running-a-mongodb-replica-set-on-docker-1-12-swarm-mode-step-by-step/
You can select various other MongoDB installations on Windows or Linux that we have installed in AWS Marketplace:
Relate Blog articles
https://floatingcloud.io/make-xfs-faield-mkfs-xfs-no-such-file-or-directory/
https://floatingcloud.io/create-mongodb-database-windows-nosql-db/
https://floatingcloud.io/kubernetes-running-mongodb-on-kubernetes-with-statefulsets/
https://floatingcloud.io/mongodb-replica-set-in-docker-swarm-quick-installation-guide