1)In Linux you can install cifs-utils to support Windows Shares file system. Install this from your package manager.
2)Then mount it.
mount -t cifs //<WindowsBox>/<ShareName> -o username=<user>,password=<pass> /mnt/location
EG:
mount -t cifs //192.168.1.100/IllegalDownloads -o username=GGavan,password=qwerty /mnt/location
Where 192.168.1.100 is the static IP of your Windows machine.
IllegalDownloads is the name you gave the share in Windows. You can give it whatever name is appropriate.
GGavan is a valid login on your Windows machine that has access to the files Shared folder.
qwerty is GGavan password in Windows.
3)Then point the DLNA server to this mount location. Eg /mnt/location
Thank you RMerlin!
And /mnt mount can be seen in media server or there it is no way, just USB drives?
You could do it the other way around.Hi,
It is possible to use DLNA with shared folders from network and not just with attached drives?
I have more sources available as windows shared folders and I would like to use DLNA from my router AC87U
Any idea?
Thank you in advance!
We use essential cookies to make this site work, and optional cookies to enhance your experience.