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!
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!