SOLVED Fresh reinstall of FreeNAS; after reimport of pool and config; jails won't start

nathank1989

Contributor
Joined
Aug 29, 2016
Messages
103
My original USB running my Freenas (11.2-RELEASE-U1) tanked so I installed on a new one.
I uploaded my config and reimported my pool; but my jails won't start.

It claims /mnt/iocoage is empty, which it is, but my iocage directory was always in /mnt/POOL/iocage

I can't seem to find a way to reset it to the directory with my existing jails. Any ideas?

I did

iocage activate POOL
now /mnt/iocage itself is missing and I get this:

Code:
root@NASP01[~]# iocage start transmission
* Starting transmission
  + Start FAILED
mount: /mnt/iocage: No such file or directory
jail: /sbin/mount -t nullfs -o ro /mnt/iocage/releases/11.2-RELEASE/root/bin /mnt/iocage/jails/transmission/root/bin: failed



EDIT:

So I "solved" in in that I got my jails working again, but was incredibly tedious as I had 6 jails with some jails like transmission having numerous fstab entries.

Code:
export EDITOR=/usr/local/bin/nano
iocage list
iocage fstab -e JAILNAME

Modify each path to include /mnt/POOL/iocage/...


 
Last edited:
Top