Error in GEOM documentation
Venelin Despotov
venelin.despotov at gmail.com
Mon Nov 12 17:41:21 UTC 2012
Hello,
I noticed a typo in the syntax of a command related to creating a RAID1
mirror.
It is in heading "20.4.2 Creating a Mirror with Two New Disks", the
commands listed after the sentence
"Partitions on the mirror do not have to be the same size as those on
the existing disk, but they must be large enough to hold all the data
already present on ada0.":
Written:
# gpart create -s MBR mirror/gm0
# gpart add -t -a 4kfreebsd mirror/gm0
# gpart show mirror/gm0
...
Should be:
# gpart create -s MBR mirror/gm0
# gpart add -tfreebsd -a 4k mirror/gm0
# gpart show mirror/gm0
...
I hope I am not mistaken.
Best regards!
V Despotov
More information about the freebsd-doc
mailing list