SP0NGER0B
Newbie
Hi all, I hope you are all keeping safe and well in these troublesome times?
So I've rewired my home network, I was having trouble accessing my 2S box from my home network (even though the 2S box itself said it had an internet link) - turns out two of the CAT5 wires were reversed on the plug that I crimped (my fault) so I was elated today to find that problem and to fix it as well.
Moving on, I would like to ask how do I remove autofs directories? I created a few to test connectivity and now that connectivity itself has been solved I have a number of 'directories' which need to be removed to clean up the UI.
I've removed these other mounts from the mounts manager in setup using the undocumented 'Yellow' button.. I was happy to discover that!

However in E2iPlayer these are still showing up.

I don't know much about linux (hence the noob in the topic title) but I feel it's got something to do with a SymLink or maybe Permissions? I had a little play in terminal via OpenWebIf..
This is exactly the same as in the mnt or media directories..


So basically my question is what do I need to do to remove these directories to clean up my UI please?
Many thanks in advance and stay safe! Kind regards.
So I've rewired my home network, I was having trouble accessing my 2S box from my home network (even though the 2S box itself said it had an internet link) - turns out two of the CAT5 wires were reversed on the plug that I crimped (my fault) so I was elated today to find that problem and to fix it as well.
Moving on, I would like to ask how do I remove autofs directories? I created a few to test connectivity and now that connectivity itself has been solved I have a number of 'directories' which need to be removed to clean up the UI.
I've removed these other mounts from the mounts manager in setup using the undocumented 'Yellow' button.. I was happy to discover that!

However in E2iPlayer these are still showing up.

I don't know much about linux (hence the noob in the topic title) but I feel it's got something to do with a SymLink or maybe Permissions? I had a little play in terminal via OpenWebIf..
HTML:
cd ..
cd ..
cd media
cd autofs
ls
Movies MoviesIX4200D TVSeries iX4 Ix4
ls -ld ix4
dr-xr-xr-x 2 root root 0 Jun 4 20:24 ix4
rm ix4
rm: 'ix4' is a directory
rmdir ix4
rmdir: 'ix4' : Permisison denied
This is exactly the same as in the mnt or media directories..


So basically my question is what do I need to do to remove these directories to clean up my UI please?
Many thanks in advance and stay safe! Kind regards.