I'm new to FreeBSD. I have a server with a 2TB SSD, which is my boot drive. I have installed a second 2TB SSD which I'd like to use to mirror the first. The first drive is ada0 and the second is ada1.
sade can see the second drive, and correctly lists it as ada1, with a GPT partition scheme and otherwise empty. So I'm trying to follow the various guides about using gpart to correctly partition the drive and use it as a mirror, but I can't get past the first step:
sade can see the second drive, and correctly lists it as ada1, with a GPT partition scheme and otherwise empty. So I'm trying to follow the various guides about using gpart to correctly partition the drive and use it as a mirror, but I can't get past the first step:
Code:
> sudo gpart destroy -F ada1
gpart: ERROR: main: invalid number of parts 'destroy'
> sudo gpart create -s got ada1
gpart: ERROR: main: invalid number of parts 'create'
> sudo gpart backup ada0
gpart: ERROR: main: invalid number of parts 'backup'
Last edited by a moderator: