Hi,
I am trying to install Freebsd on already installed SSD. Now the installation is somewhat ok, I can boot and login as user from ada0.
Now the serve has additional storage, which I am trying to use for general data/storage. I want to create a zfs pool.
Unfortunately, I can't do it.
I tried creating partition with gpart, but is says operation not permitted.
---
>> gpart create -s gpt ada1
returns
gpart : geom "ada1" : operation not permitted
--
>> dmesg | grep ada
returns
GEOM:: ada1 : the primary GPT table is corrupt
using the secondary table.. recovery strongly advised
So my question is how to partition the drives, and make it show in gpart show.
Thank you for your time.
I am trying to install Freebsd on already installed SSD. Now the installation is somewhat ok, I can boot and login as user from ada0.
Now the serve has additional storage, which I am trying to use for general data/storage. I want to create a zfs pool.
Unfortunately, I can't do it.
I tried creating partition with gpart, but is says operation not permitted.
---
>> gpart create -s gpt ada1
returns
gpart : geom "ada1" : operation not permitted
--
>> dmesg | grep ada
returns
GEOM:: ada1 : the primary GPT table is corrupt
using the secondary table.. recovery strongly advised
So my question is how to partition the drives, and make it show in gpart show.
Thank you for your time.