OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: mfpck on March 08, 2021, 09:37:33 am

Title: UFS > ZFS
Post by: mfpck on March 08, 2021, 09:37:33 am
Hi,

is this on the roadmap ?

Best & greets
Title: Re: UFS > ZFS
Post by: marjohn56 on March 08, 2021, 06:41:19 pm
If you wish to use ZFS you can do that, but you'll need to install from scratch using the bootstrap method.
Firstly install a base FreeBSD 12.1 system then do this.

# pkg install ca_root_nss
# fetch https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh (https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh)
# sh ./opnsense-bootstrap.sh

( I now have this response saved as a hotkey! )
Title: Re: UFS > ZFS
Post by: SFC on March 09, 2021, 04:48:25 pm
If you wish to use ZFS you can do that, but you'll need to install from scratch using the bootstrap method.
Firstly install a base FreeBSD 12.1 system then do this.

# pkg install ca_root_nss
# fetch https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh (https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh)
# sh ./opnsense-bootstrap.sh

( I now have this response saved as a hotkey! )

That didn't really answer his question.  Is a native ZFS installer on the roadmap?  I believe the answer is yes.  ZFS root is a part of the native bsdinstall tool, which I believe 21.7 will move to.  So in theory zfs root should be an option natively with 21.7.


Title: Re: UFS > ZFS
Post by: mimugmail on March 09, 2021, 05:02:19 pm
If you wish to use ZFS you can do that, but you'll need to install from scratch using the bootstrap method.
Firstly install a base FreeBSD 12.1 system then do this.

# pkg install ca_root_nss
# fetch https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh (https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh)
# sh ./opnsense-bootstrap.sh

( I now have this response saved as a hotkey! )

That didn't really answer his question.  Is a native ZFS installer on the roadmap?  I believe the answer is yes.  ZFS root is a part of the native bsdinstall tool, which I believe 21.7 will move to.  So in theory zfs root should be an option natively with 21.7.

Indeed, but officially nothing is offical
Title: Re: UFS > ZFS
Post by: mfpck on March 09, 2021, 07:03:24 pm
If you wish to use ZFS you can do that, but you'll need to install from scratch using the bootstrap method.
Firstly install a base FreeBSD 12.1 system then do this.

# pkg install ca_root_nss
# fetch https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh (https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh)
# sh ./opnsense-bootstrap.sh

( I now have this response saved as a hotkey! )

That didn't really answer his question.  Is a native ZFS installer on the roadmap?  I believe the answer is yes.  ZFS root is a part of the native bsdinstall tool, which I believe 21.7 will move to.  So in theory zfs root should be an option natively with 21.7.

exactly & thanks....looking forward to it!