b818
![]() |
|
|
|
|
|||||||
| Storage Place to ask questions about partitioning, labelling, filesystems, encryption or anything else related to storage area. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
The system is set up and running. Still strugling how to make labels (another topic). I want to make RAID1 for my main disk (OS, boot) on
I have searched everywhere but I haven't found one tutorial on how to make RAID1 with graid, instead there is only a manual page. In the Has anyone here a usable tutorial on this? Last edited by DutchDaemon; May 21st, 2012 at 22:02. Reason: AGAIN: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
|
#2
|
||||
|
||||
|
First, gmirror works fine on 9.0, it just has to be done with MBR rather than GPT partitioning. Even that's not strictly true. Another way to do it is by mirroring GPT partitions: gmirror With Disk Partitions.
As far as I understand it, graid(8) can access RAIDs created with the BIOS. Then boot FreeBSD, load the graid module (graid load), and install FreeBSD to the mirror. I don't know if Code:
geom_raid_load="YES" It's important to realize that this ties you to the RAID controller format used by that motherboard. So if the motherboard dies, moving the mirror to another computer with a different RAID controller might be tricky or impossible. Last edited by DutchDaemon; May 21st, 2012 at 22:02. |
|
#3
|
|||
|
|||
|
graid allows to use all supported metadata formats unrelated to the hardware it runs now. So it should be able to access data even after migration to another hardware. But booting indeed may become a problem if new BIOS won't handle old format and boot partition was not RAID1 or resides not at the beginning of the disks.
|
|
#4
|
||||
|
||||
|
That's pretty cool!
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RAID1 and automount help | greg | Storage | 1 | April 22nd, 2012 04:37 |
| graid -- new software RAID implementation in 9-CURRENT | mav@ | System Hardware | 4 | October 3rd, 2011 15:52 |
| [Solved] RAID1 Freebsd 8.1 | Gonefishing | Installing & Upgrading | 6 | September 3rd, 2010 11:48 |
| gmirror for RAID1 | dave | Installing & Upgrading | 2 | February 27th, 2009 21:31 |
| Concatenation and RAID1 possible? | equack | General | 1 | January 25th, 2009 08:20 |