A while back I created a RAID 6 array consisting of 5 2TB drives and formatted it with XFS and set up the block and stripe size appropriately.
Yesterday I added two more 2TB drives to the array and it is almost done reshaping the array. While running that I realized that XFS is optimized for the number of drives, and so far as I can tell there is no way to change that after the fact.
Hi all,
I've got a little file/web server box that runs Ubuntu 12.04 64 bit server with five 2TB Western Digital hard drives.
The drives are the "Advanced format" type (i.e. 512/4096 byte sectors).
Now, my setup is a RAID-6 array (/dev/md0) made up of /dev/sda thru /dev/sde.
The hard drives have NO partitions. The RAID array is assembled out of /dev/sda etc....
Hello, i am very new to Ubuntu. I have a 60Gig SSD running 10.04 and two 2TB HD in a RAID0 array using mdadm. I found a guide to setup the array and its working great.. for a while. Seems like every other day i have to restart my server because the 4TB RAID array will only show 5% of the data that is on the drives. Once i restart, the array shows 100% of the data on the drives.
i had an mdadm raid6 array with 13x1TB drives. Within 10 minutes 3 of these drives fell out of the array... we assume bad cable to the controller card and replaced, however now we need to get the drives back into a working array.
because md0 was marked as failed we removed the mdadm array and made a new md0 with the original 13 drives. 1 failed again during rebuild so we now have a degraded md0.
I'm curious if anybody can piece together some degree of logic to my story. My server is running 12.04, and it has 3 drives installed.
160GB = OS
2x500GB (RAID1 Mirror via mdadm) = /media/NAS
I noticed the files on my web server were gone one day, yet Apache was responding properly.
Hello all,
I'm new to Ubuntu and server administration in general, but have been having good times with several Ubuntu 12.04 servers I've set up at my company.
I had believed I had properly set up a software RAID-1 array during Ubuntu installation on one server, but when I learned more about the mdadm tool, I discovered the RAID is degraded and one of the disks is "removed"
Code:
I have a raid 5 array constructed of three partitions, one of which is another array. This array should be assembled during boot so that it can be mounted and other services can access the mounted data.
After a restart which stalled, I did a hard reboot and now mdadm can't see the RAID 6 array anymore, LVM can't find the volume which was on that raid array.
After rebooting my server this afternoon I noticed that after booting the OS from grub, that the system complained that my raid5 array was degraded. It offered to boot to a command line, or also offered to start the "degraded" array and ended up booting normally after a quasi-verbose boot.
I'm in the OS now, and things _seem_ to be working normally.