Quote:
Originally Posted by srivo
First, thanks for that how-to! It's really helpful to manage servers.
|
Welcome
Quote:
Originally Posted by srivo
Like if the zfs jailed volume create by beadm is not mounted.
|
Indeed, I added these, to make sure that newly created Jail dataset is mounted:
Quote:
3.1. Make new Jail dataset mountable.
# zfs set canmount=noauto sys/ROOT/jailed
3.2. Mount new Jail dataset.
# zfs mount sys/ROOT/jailed
|
__________________
Religions, worst damnation of mankind.
"FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM
http://vermaden.blogspot.com
Last edited by DutchDaemon; June 20th, 2012 at 15:05.
|