Mar 16 19:48:56 osmc systemd[1]: Dependency failed for Remote File Systems.
Mar 16 19:48:56 osmc systemd[1]: remote-fs.target: Job remote-fs.target/start failed with result ‘dependency’.
You should enable “Wait for network” in My OSMC > Network.
You might want to slim down your /etc/fstab entries. Some of the options are probably unnecessary:
x-systemd.requires=network.target will be taken care of when you enable “Wait for network”. intr is deprecated after kernel 2.6.25. nocto Are you sure you need this?
the mount point exists, i’m not going to move them as kodi appoarently likes media on its home folder.
the “wait for network” is already on from long time ago.
the x-systemd.requires=network.target was added because of the bug that plagued OSMC that some update broke the unmounting on poweroff and forced you to watch a 1:30m timeout before shutting down.
nocto is because i’m opening files that will never change.
if i run “sudo mount /home/osmc/peliculasnfs” then the target is mounted correctly and i can see the content.
edit: after a reboot the peliculasnfs mount point worked, but the seriesnfs does not mount, even after the sudo mount thing
editr2: the systemd log is still full of errors 32 on both mounts
interesting because i just checked and the checkbox IS set for wireless(not set for wired, i set it just to be sure)
this is the result:
connman-wait-for-network.service - Wait for Network to be Configured
Loaded: loaded (/lib/systemd/system/connman-wait-for-network.service; enabled
Active: inactive (dead) since Sun 2018-03-18 19:33:30 -03; 3min 35s ago
Process: 278 ExecStart=/bin/bash -c if grep -q nfsroot /proc/cmdline; then exi
Main PID: 278 (code=exited, status=0/SUCCESS)
Then just use ro instead of rw when mounting. But that’s shouldn’t matter.
i’m already using RO
And what happened when you did the sudo mount thing?
it works for both sources, but on reboot one is lost
after doing the esudo mount manually that you told me, ONE source(peliculasnfs) appears to have fixed itself, it mounts and PERSISTS on a reboot. BUT the other one does not(the manual mount works, but it’s lost on reboot).
I ended up removing the mount point, deleting te folder, recreating it and rebooting, now they BOTH work