1. Whether need umount the filesystem?
For example, I mount /dev/da2 as /usr in my fstable, now I want set a mirror for /usr directory.
In such circumstance, whether need umount /usr before config gmirror?
2. It is safe to set gmirror on a system which have been running for a long time?
Acorrding the the handbook 19.4: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html
There is a warning:
I don't understand it exactly, but I know geom need save some information on the last sector, so the warning is because of this reason?
If that is the reason, can I go around this problem?
And, it is safe to set gmirror on a system that have been running a long time .
For example, I mount /dev/da2 as /usr in my fstable, now I want set a mirror for /usr directory.
In such circumstance, whether need umount /usr before config gmirror?
2. It is safe to set gmirror on a system which have been running for a long time?
Acorrding the the handbook 19.4: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html
There is a warning:
Warning:
Creating a mirror out of the boot drive may result in data loss if any data has been stored on the last sector of the disk.
This risk is reduced if creating the mirror is done promptly after a fresh install of FreeBSD.
I don't understand it exactly, but I know geom need save some information on the last sector, so the warning is because of this reason?
If that is the reason, can I go around this problem?
And, it is safe to set gmirror on a system that have been running a long time .