|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
ccd or gmirror
Looking at getting my NAS server mirroring it's two 500GB Seagate drives. The FreeBSD guide talks about setting up ccd but I've heard mention of gmirror. Does anyone know what the differences are or could point me in the direction of a comparison or review.
Thanks. |
|
|||
Found this: http://people.freebsd.org/~rse/mirror/
Seems to indicate that gmirror is the new kiddy. I'll get on and try that then. |
|
|||
Ive used gmirror for a while on a server box. Never had it tested in an actual failure, but its easy as hell to setup. A couple of commands and your good to go pretty much. No reason to use anything else as far as i know.
|
|
||||
The FreeBSD 5+ methods for disk management are all based on GEOM. The currently available modules include gconcat(8), gstripe(8), gmirror(8), graid3(8), and gjournal(8), with a graid5(8) module in development.
Things like ccd, vinum, and other things that don't start with g, are all deprecated and falling into the bit-rot pile. |
|
|||
Thanks for the confirmation. That's the one I have tried and yes I agree it looks pretty simple to setup. The problem I've had though has been with setting up the partitions. For adding more drives it seems a mite complicated. First pitfall was the fact that sysinstall fails when trying to mount the disk but apparently this is normal! Now I have to figure out what to put in /etc/fstab. Anyway that's where I stopped so I'll carry on reading up on the next hurdle but at least I'm learning
|
|
||||
Don't use sysinstall after the system is installed. sysinstall should be used only for installing the OS. Once that's done, use the OS tools for everything and ignore sysinstall completely.
A google search for "gmirror how-to freebsd" turns up a lot of hits. Here are a couple of the nicer ones: http://www.onlamp.com/pub/a/bsd/2005...SD_Basics.html http://lantech.geekvenue.net/chuckti...464/index_html |
|
|||
Some articles do mention using sysinstall post configuration menu but I'd prefer to learn how to do it from the command line so I will focus on that.
Yea I've seen those articles, once I get the drives set up gmirror will be easy! Thanks. |
|
|||
|
|
||||
Yes. You should open a PR about it. They should be using the port of the sysinstall fdisk editor instead of the full-blown sysinstall. (Using sysinstall like that, for the graphical fdisk, is the only good reason I have ever seen for using sysinstall, but then I found the port sysutils/sfdisk.)
|
|
|||
Quote:
i'm glad someone besides me is saying this! |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can gmirror be configured during sysinstall? | PeterSteele | FreeBSD Installation and Upgrading | 3 | 13th November 2008 12:46 AM |
Can gmirror be used for this? | PeterSteele | FreeBSD General | 12 | 8th November 2008 12:01 AM |
gmirror array broken | stukov | FreeBSD General | 5 | 15th July 2008 08:45 PM |
Boot abort with gmirror problem | lil_elvis2000 | FreeBSD General | 1 | 9th May 2008 08:06 PM |