Greetings all,
As per another thread, I have been testing installation of FreeBSD 11.1, which created the following zfs system:
The system shows two possible boot locations:
but it boots from:
1. What is the difference between the "default" and "local" boot source?
2. If I were to move some data-sets, e.g., the zroot/usr, zroot/usr/src so that the beadm preserves them, do I move them to zroot/ROOT/usr, zroot/ROOT/usr/src or to zroot/ROOT/default/usr, zroot/ROOT/usr/default/src?
Kindest regards,
M
As per another thread, I have been testing installation of FreeBSD 11.1, which created the following zfs system:
Code:
zfs list
NAME USED AVAIL REFER MOUNTPOINT
bootpool 128M 1.73G 128M /bootpool
zroot 301M 219G 88K /zroot
zroot/ROOT 299M 219G 88K none
zroot/ROOT/default 299M 219G 299M /
zroot/tmp 88K 219G 88K /tmp
zroot/usr 352K 219G 88K /usr
zroot/usr/home 88K 219G 88K /usr/home
zroot/usr/ports 88K 219G 88K /usr/ports
zroot/usr/src 88K 219G 88K /usr/src
zroot/var 620K 219G 88K /var
zroot/var/audit 88K 219G 88K /var/audit
zroot/var/crash 88K 219G 88K /var/crash
zroot/var/log 180K 219G 180K /var/log
zroot/var/mail 88K 219G 88K /var/mail
zroot/var/tmp 88K 219G 88K /var/tmp
Code:
zpool get bootfs
NAME PROPERTY VALUE SOURCE
bootpool bootfs - default
zroot bootfs zroot/ROOT/default local
Code:
vi /boot/loader.conf
. . .
vfs.root.mountfrom="zfs:zroot/ROOT/default
. . .
2. If I were to move some data-sets, e.g., the zroot/usr, zroot/usr/src so that the beadm preserves them, do I move them to zroot/ROOT/usr, zroot/ROOT/usr/src or to zroot/ROOT/default/usr, zroot/ROOT/usr/default/src?
Kindest regards,
M