Tagged Questions
0
votes
2answers
502 views
How to move Mdadm RAID drive (EBS based) to different AWS Instance
We have a media-rich web application that is hosted on AWS. We have several Web Servers and we have an NFS server.
On the NFS server (Linux server) we have several EBS volumes that are mounted and ...
7
votes
3answers
2k views
Software RAID10 for later growth
I'm wondering what the best practice is for creating RAID10 in software on Linux with the ability to later grow by adding disks or expanding volumes underneath.
I'm using EBS on Amazon, I want to ...
0
votes
2answers
522 views
growing EBS RAID volume
I've created a RAID0 configuration with two 1GB EBS volumes, mounted at /dev/md0 using mdadm and formatted with XFS
Next, I copied some files over to fill the volume to around 30% of its capacity (of ...