Page 1 of 1

//folder failed not found

Posted: 22 Jun 2013, 13:55
by Beowolf
Hey Guys
I am unsure if this has been addressed, I have a folder i use on the network which I can never have MS find
how can i make it so MS can see and use a //folder other than 1 on main system

Re: //folder failed not found

Posted: 22 Jun 2013, 16:25
by gurutech
The way I did it (running server on Linux, media on my Windows machine), is to mount the media folder through /etc/fstab each time the server boots up.

From your description, it looks like you are running on Windows, with media on another Windows machine... I believe you would need to map a drive from your server to the media folder.

Via command line, it can be done using: net use * \\mediaserver\folder\path /persistent:yes

Persistent will make it re-map on reboot, but you may need to enter credentials to make the drive map properly.