Cannot unmount from iocage jail

Status
Not open for further replies.

Bostjan

Contributor
Joined
Mar 24, 2014
Messages
122
I was able to mount a dataset from host to iocage jail with

iocage fstab –a JAIL [FSTAB_STRING]

Then wanted to move mount point to different directory

iocage fstab –e JAIL [FSTAB_STRING]

Now I had this dataset mounted two times. In ‘old’ prevous directory AND in ‘new’ directory.
Then I removed the mounts.

iocage fstab –r JAIL [FSTAB_STRING]

The fstab is empty.

But the mounts (or better say the data) is still in my iocage jail in /mnt directory.

How can I UNmount that?

I did this on FreeNAS 11.1-U4 only in CLI.
The jails are 11.1-RELEASE

Thanks for help.
 

Bostjan

Contributor
Joined
Mar 24, 2014
Messages
122
So basicaly you have to unmount (oposed to mounting, you just entered a string into a file).
Thanks.
 
Status
Not open for further replies.
Top