//folder failed not found

Need help? Post your questions here.
Beowolf
Posts: 33
Joined: 10 Jan 2013, 15:34
Has thanked: 0
Been thanked: 2 times

//folder failed not found

Unread post 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
gurutech
Contributor
Contributor
Posts: 323
Joined: 02 Jan 2013, 04:56
Has thanked: 11 times
Been thanked: 105 times

Re: //folder failed not found

Unread post 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.
Post Reply