Now I am confused about this mounting shares in LMCE 1.1 Beta 2.
Syslog i reporting it can't mount the shares to /mnt/device/32 and up to 35 (for the 4 shares).
Reason is a mentioned above that the number dirs doesn't exist under /mnt/device.
Oki; So I tried create those dirs. I get back that file or directory does not exist. I am thus not allowed to make those dirs.
So I reboot and start up recovery mode. Once in it I discover that in recovery mode /mnt/device doesn't exist. That is funny..
/mnt/device is created by LMCE upon initiation then?
So I make a walk on the wild side and create /mnt/device
And then I create /mnt/device/32, /mnt/device/33, /mnt/device/34 and /mnt/device/35
And then I reboot system.
Well as soon as LMCE initiatied it seemed to remove all those modifications because when I check those dirs, they do not exist. Only /mnt/device exist.
And under /home/public/data/other/ there are these red links named "Windows Share: PUBLIC [32] ---> /mnt/device/32
Can anyone skilled and experienced please explain what is going on here and how the shares are handled. Is this a bug, or is it something else?
For the record I can still for example mount PUBLIC share manually to a dir outside /mnt/device/ so it works if I do that. Question is why LMCE fails.
Edit: is it Net_Mount.sh that handle the mount part of shares? Looked into it and there is indeed a part with mkdir -p and a variable after that which I assume should be the device number the link later on further down in it will link to.
Dst="/mnt/${NAS_Description}_${NAS_PK_Device}"
mkdir -p "$Dst"