Creating a jail mount point with CLI?

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
iocage fstab -a jailname /mnt/tank/apps/whatever /config nullfs rw 0 0

Where /config exists in the jail as an empty directory, so maybe you could do this first:
iocage exec jailname mkdir -p /config
 
Top