Hi,
I want to create a RAID1 mirror on my server, which will mirror ada1 (existing) and ada2 (new)
My server is currently setup as follows:
ada0 --> 40 GB, boot disk, usual partitions on it, no need to backup this volume
ada1 --> 500 GB (1 partition)
ada2 --> 500 GB ( identical to ada1, not installed yet)
The partition for ada1 reads:
There is a howto about this but it's about mirroring ad0 and ad1:
19.4.3. Creating a Mirror with an Existing Drive.
Since I don't need to mirror any boot or swap partitions for example, which steps do I have to ignore -if any- in order to create a mirror between ada1 and ada2?
Thanks.
I want to create a RAID1 mirror on my server, which will mirror ada1 (existing) and ada2 (new)
My server is currently setup as follows:
ada0 --> 40 GB, boot disk, usual partitions on it, no need to backup this volume
ada1 --> 500 GB (1 partition)
ada2 --> 500 GB ( identical to ada1, not installed yet)
The partition for ada1 reads:
Code:
root@fbsd91:/usr/home/steph/code/c # gpart show ada1
=> 63 976773105 ada1 MBR (465G)
63 976773105 1 freebsd [active] (465G)
There is a howto about this but it's about mirroring ad0 and ad1:
19.4.3. Creating a Mirror with an Existing Drive.
Since I don't need to mirror any boot or swap partitions for example, which steps do I have to ignore -if any- in order to create a mirror between ada1 and ada2?
Thanks.