Working on getting all my jails off TrueNAS and on to a FreeBSD server. I've got most of them completed but I'm having trouble reproducing the mount points for a couple of the jails.
The source for the mount is
The destination for the mount is
I added an entry to /etc/fstab as follows:
Problem is this results in en error at boot and drops me into single user mode.
What am I missing?
The source for the mount is
Code:
/tank/Torrents
Code:
/tank/iocage/jails/qbittorrent/root/mnt
I added an entry to /etc/fstab as follows:
Code:
/tank/Torrents /tank/iocage/jails/qbittorrent/root/mnt nullfs rw 0 0
Problem is this results in en error at boot and drops me into single user mode.
What am I missing?