I ordered new VDS with FreeBSD and the default template installs the following ZFS structure
I want to populate a more common dataset structure, similar to this guide: https://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/9.0-RELEASE on a live system.
This means that the system would stay without /usr and /var for a short period of time (I'm thinking to use tar for this) Will FreeBSD allow me to temporarily drop these directories and stay operational? (This is a 10.1 without any userland software).
Code:
NAME USED AVAIL REFER MOUNTPOINT
zroot 800M 1.74T 24.0K none
zroot/ROOT 800M 1.74T 24.0K none
zroot/ROOT/default 800M 1.74T 800M /
zroot/tmp 24.0K 1.74T 24.0K /tmp
I want to populate a more common dataset structure, similar to this guide: https://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/9.0-RELEASE on a live system.
This means that the system would stay without /usr and /var for a short period of time (I'm thinking to use tar for this) Will FreeBSD allow me to temporarily drop these directories and stay operational? (This is a 10.1 without any userland software).