FreeBSD labeled filesystems

It should also work on 7.4, labels have been around for a while.
 
You don't need to use labels necessarily if you already have gmirror(8) setup. The /dev/mirror/name* naming already serves as labels, those names will not change as long as the mirror exists.
 
gmirror With Disk Partitions uses partition labels when creating the mirror. As opposed to filesystem labels, device or partition labels don't change with the filesystem, and remain even if there is no filesystem, like a swap partition.

Filesystem labels could be assigned to the mirrored filesystems ...if desired. Offhand, I can't think of a use for that, but there probably is one.
 
I'd seen that blog post before and think gmirror with disk partitions is eventually where I want the server to end up. The idea of not having to re-build the whole mirror is appealing. I just need to plan how to get from here to there to make best use of my available time.
 
The downside is if the two mirror drives get out of sync, and all the mirrors get out of sync, it will thrash the heads rebuilding them. I've been meaning to ask someone about serializing the gmirror code to prevent that, but haven't done it yet.
 
Understood. I'm not in the greatest of hurries. In the meantime I'll work on my grammar.
 
Back
Top