Background: I'm struggling with an x.org driver issue in 15.1-RELEASE but that's not the subject here.
To disable the driver, I needed to edit /etc/rc.conf and then reboot.
I rebooted into an older BE and tried to mount the 'default' BE via zfs with a specific mountpoint eg. /media.
This failed so bad that
However, using
I tried
I should be able to do the same via 'zfs' so I'm wondering - what's the secret sauce to do the same from zfs?
To disable the driver, I needed to edit /etc/rc.conf and then reboot.
I rebooted into an older BE and tried to mount the 'default' BE via zfs with a specific mountpoint eg. /media.
This failed so bad that
bectl list and zpool list stopped working.However, using
bectl mount default /media worked fine.I tried
zfs mount -o mountpoint=/media zroot/ROOT/default which gave no errors but did not work.I should be able to do the same via 'zfs' so I'm wondering - what's the secret sauce to do the same from zfs?