Hello,
I have a UEFI System with GPT Partition Table.
During the installation of FreeBSD 11, I need to format a partition to UFS2. The FreeBSD installer does not allows to format an existing partition. It instead only allows to create a new partition, which will be then be formatted. Is there any way that we can use an existing Ext4/NTFS or even an unformatted partition, and format it to UFS2?
I have searched and even through commands, the only options I have found are, first by adding a GPT partition.
Is it possible to do something like
I have a UEFI System with GPT Partition Table.
During the installation of FreeBSD 11, I need to format a partition to UFS2. The FreeBSD installer does not allows to format an existing partition. It instead only allows to create a new partition, which will be then be formatted. Is there any way that we can use an existing Ext4/NTFS or even an unformatted partition, and format it to UFS2?
I have searched and even through commands, the only options I have found are, first by adding a GPT partition.
Code:
# gpart add -t freebsd-ufs -l ssdrootfs -b 1m -s 2g ada0
# newfs -U -t /dev/gpt/ssdrootfs
Code:
# newfs OnExisting ada0p6