Because the default setting in the folder created via [Modsettings] has "folder=My Video" which I assumed was for a HDR and I thought the equivalent for the Fox HD was "Video". That's what appears under the usb drive ie in the same folder as [ModSettings].
I think the word "folder" is misleading here. What it really needs is the share name that has been explicitly defined in smb.conf (or a file referenced from smb.conf, such as smb-hotplug.conf). The only thing which makes it a folder name is if the definition corresponds with an actual folder name (poor presentation choice in the original design, but too late to do anything about that now).
The following works, with
network-shares-automount installed on the client (shouldn't matter whether that's HDR-FOX or HD-FOX), using
samba on the server HD-FOX with the default smb.conf (192,168.1.23 is the IP address of my server HD-FOX, not necessarily anyone else's):
[ModSettings] >> smb >> <name_of_your_choice> >>
Code:
domain=Domain or Workgroup
folder=Media
host=192_168_1_23
mac=ABABABABABAB (only needed for wakeUp)
password=Password
shareFolder=off
user=User
wakeConstantly?
wakeNow?
Or this works:
But this doesn't:
("Media" corresponds with an explicit share in smb.conf, and "drive1" is an explicit share auto-generated in smb-hotplug.conf when an external drive is detected - which, in the case of a HD-FOX, is always.)
However, with the following added to smb.conf (on the server HD-FOX),
folder=Video
works:
Code:
[Video]
comment = Video
path = /media/drive1/Video
public = yes
writable = yes
browsable = yes
create mask = 0644
directory mask = 0755
hide dot files = no
I have no experience with
foxlink, so I would have to play some more to find out what works for that - but if it needs similar fiddling, that stops it being "simple" so you might as well use
network-shares-automount. Maybe
foxlink can be updated to be compatible with HD-FOX as server, but this line (from the first post) seems to sum things up:
If you need any more functionality that a simple one-way link from a HD to a HDR then you should use network-shares-automount.
...meaning serving from an HDR-FOX, not serving from a HD-FOX.
It is a practical proposition to serve from a HD-FOX now we have user control over encryption keys (make all your machines have the same key, and "this programme is scrambled" problems are over).
I have also copied these details into the NSA thread here:
https://hummy.tv/forum/threads/network-shares-automount-package-released.1126/post-20016