That was already set to 1.And what about allow.mount in the jail parameters?
mdconfig will create a file or swap backed block devicemdconfig
ikevin8me said:I'm hit with "Error mdconfig: open(/dev/mdctl): No such file or directory".
man md
Ah, missed that one. My bad. But there is progress, now it is the mount that fails. As covacat already asked, what is that mount command and if you use /dev/md0 there, what are user and group of it?ikevin8me said:That error was resolved earlier
Did you actually apply those rules in your jail.conf?in /etc/devfs.rules
devfs_ruleset
The number of the devfs ruleset that is enforced for mounting
devfs in this jail. A value of zero (default) means no ruleset
is enforced. Descendant jails inherit the parent jail's devfs
ruleset enforcement. Mounting devfs inside a jail is possible
only if the allow.mount and allow.mount.devfs permissions are
effective and enforce_statfs is set to a value lower than 2.
Devfs rules and rulesets cannot be viewed or modified from inside
a jail.
Did you ever solve the problem?I need to use mdconfig inside a jail, but I'm hit with "Error mdconfig: open(/dev/mdctl): No such file or directory". I think I need to "allow" it in the jail.conf but couldnt figure out what it is. Please help.