Context: Old Macbook 2008 where I installed FreeBSD 13.1 on partition 6 and user somewhat "rusty", out-of-pratice with BSD (I had been using it from 1980 to 2000 )
After issuing the command (and, at the moment, only that command and nothing else!)
to delete the partition 2 (/dev/ada0p2) with the hfs+ I have the following situation
I would like to re-create a wonderful ada0p2 partition of size 408G formatted with UFS to be mounted via fstab.
How should I proceed?
A step by step explanation would be helpful.
Ciao
Vittorio
After issuing the command (and, at the moment, only that command and nothing else!)
Code:
root@bsd:~ # gpart delete -i 2 ada0
Code:
root@bsd:~ # gpart show ada0
=> 34 976773101 ada0 GPT (466G)
34 6 - free - (3.0K)
40 409600 1 efi (200M)
409640 855874968 - free - (408G)
856284608 1269536 3 apple-boot (620M)
857554144 800 - free - (400K)
857554944 15624192 4 freebsd-swap (7.5G)
873179136 1024 5 freebsd-boot (512K)
873180160 102759416 6 freebsd-ufs (49G)
975939576 833559 - free - (407M)
How should I proceed?
A step by step explanation would be helpful.
Ciao
Vittorio
Last edited by a moderator: