SOLVED Jails unable to set valid mount points

doverosx

Dabbler
Joined
Jan 4, 2013
Messages
33
I used the jail migration script from redmine and it looks like it mostly worked. However, the mountpoints were set in the SOURCE field only and now when I go to set the mountpoints the path provider doesn't exist and the source doesn't exist appears underneath both text boxes. There isn't anything wrong as far as I can tell.
afterMigration.PNG
error.PNG
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,996
Have you looked at the user guide on setting mount points? I'm sure there is a chapter covering the naming convention. I'm not sure the "nulls rw 00" should be there, looks odd to me.
 

doverosx

Dabbler
Joined
Jan 4, 2013
Messages
33
Have you looked at the user guide on setting mount points? I'm sure there is a chapter covering the naming convention. I'm not sure the "nulls rw 00" should be there, looks odd to me.

That is after the migration. I saw that...and tried changing it as per the messaging below.
UsingFileBrowser.PNG
 

doverosx

Dabbler
Joined
Jan 4, 2013
Messages
33
I tried to add a new mount point and still get the same error.

So I tried to delete the malformed mountpoint....and it won't let me.
UnabletoDelete.PNG
 

doverosx

Dabbler
Joined
Jan 4, 2013
Messages
33
I had the same problem after migration. Just clear the iocage fstab file from the command line, and then re-add each line from the web ui.
  • iocage fstab -e transmission_1

Nailed it! Thank you so much, it's working like a charm. I'm guessing the GUI style validates all contents of the file but it wasn't clear where the fstab entry was coming from.
 
Top