sotiris.bos
Explorer
- Joined
- Jun 12, 2018
- Messages
- 56
Thanks you, but still not starting with the command, the only way i manage to start is to edit the file with nano see below. should i destroy the JAIL and start from scratch i had some issues get the interfaces working during the installation maybe it had affect on the JAIL
root@avsion:/ # iocage fstab -e PlexPass
GNU nano 2.8.7 File: /tmp/tmp3mzgm_31.iocage
/mnt/Tank/SMB/ABUDY\040FAMILY/MEDIA/ /mnt/iocage/jails/PlexPass/root/config/ nullfs rw 0 0
root@avsion:/ # iocage fstab --list PlexPass
+-------+--------------------------------------------------------------------------------------------+
| INDEX | FSTAB ENTRY |
+=======+============================================================================================+
| 0 | /mnt/Tank/SMB/ABUDY\040FAMILY/MEDIA/ /mnt/iocage/jails/PlexPass/root/config/ nullfs rw 0 0 |
+-------+--------------------------------------------------------------------------------------------+
root@avsion:/ # iocage start PlexPass
* Starting PlexPass
+ Started OK
+ Starting services OK
root@avsion:/ # iocage fstab -r PlexPass 0
Successfully removed mount from PlexPass's fstab
root@avsion:/ # iocage stop PlexPass
* Stopping PlexPass
+ Running prestop OK
+ Stopping services OK
+ Removing jail process OK
+ Running poststop OK
root@avsion:/ # iocage fstab -r PlexPass 0
No matching fstab entry.
root@avsion:/ # iocage fstab --list PlexPass
+-------+-------------+
| INDEX | FSTAB ENTRY |
+=======+=============+
+-------+-------------+
root@avsion:/ # cd /
root@avsion:/ # iocage fstab -a PlexPass /mnt/Tank/SMB/ABUDY\040FAMILY/MEDIA /config nullfs rw 0 0
Successfully added mount to PlexPass's fstab
root@avsion:/ # iocage fstab --list PlexPass
+-------+-----------------------------------------------------------------------------------------+
| INDEX | FSTAB ENTRY |
+=======+=========================================================================================+
| 0 | /mnt/Tank/SMB/ABUDY040FAMILY/MEDIA /mnt/iocage/jails/PlexPass/root/config nullfs rw 0 0 |
+-------+-----------------------------------------------------------------------------------------+
root@avsion:/ # iocage start PlexPass
* Starting PlexPass
+ Start FAILED
mount_nullfs: /mnt/Tank/SMB/ABUDY040FAMILY: No such file or directory
jail: /sbin/mount -t nullfs -o rw /mnt/Tank/SMB/ABUDY040FAMILY/MEDIA /mnt/iocage/jails/PlexPass/root/config: failed
root@avsion:/ #
When I mount a folder like this:
Code:
iocage fstab -a plex_iocg /mnt/v1/media/Movies/Example\ 2/ /mnt nullfs rw 0 0
it does not give me an error.
iocage fstab -e plex_iocg for me shows the space as an actual space, no 040 and no \:
/mnt/v1/media/Movies/Example 2/ /mnt/iocage /jails/plex_iocg/root/mnt nullfs rw 0 0
When I fstab -r the mount I get an error like you do. I don't really know what is going on.