Mount NAS shared folder root as top level directory #23
-
Hello, I'm trying to achieve the following with retronas : leave retronas handling all the service and protocol stuff and keep the storage part on my NAS (where my roms and isos are located basically). I'm successfully mounting retronas shared folder on the MiSTer FPGA and I'm also successfully mounting and accessing files on my NAS through retronas on /mnt/ for the moment. What I would like to perform basically is defining my NAS shared folder as the top level directory. On the technical part, a shared folder on my NAS is CIFS mounted on retronas and retronas itself is acting as a CIFS server and Mister CIFS mount the mister shared folder. Obviously, the part where I'm trying to CIFS mount inside another CIFS mount doesn't help and is probably the obvious culprit. Please, any idea on how to proceed to achieve this goal with a clean and proper form ? HP |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 9 replies
-
The CIFS mount into RetroNAS will not be an issue in itself, this is an acceptable situation. When you mount in a drive at a point the inode is remapped to the mounted device so your old files no longer showing is expected behaviour by design. For this situation to work (providing i've read it properly) you will need
after this it should work relatively transparently |
Beta Was this translation helpful? Give feedback.
-
I will eventually configure nfs+kbr5p one day and get rid of cifs for my linux systems. I can confirm that everything work like a charm now with my NAS shared folder mounted inside Retronas and Retronas itself acting as a CIFS server for my MiSTer with games, saves and savestates folders mounted correctly (might be a good idea to enable those two last folders by default or leave a more visible option to give the choice). Now is time to toy a little bit with rom import :) |
Beta Was this translation helpful? Give feedback.
The CIFS mount into RetroNAS will not be an issue in itself, this is an acceptable situation.
When you mount in a drive at a point the inode is remapped to the mounted device so your old files no longer showing is expected behaviour by design.
For this situation to work (providing i've read it properly) you will need
after this it should work relatively transparently