Page 1 of 1

Using a network drive

PostPosted: Mon Apr 17, 2006 3:08 pm
by Kromblom
When I try to set a mapped network drive as my music catalog
f. ex 'T:\music' it wount work, but if I use '\\Whatever\Music' i works
Is this an error, or is it me not understanding how things work?
:?:

Kromblom

Re: Using a network drive

PostPosted: Mon Apr 17, 2006 3:50 pm
by Inge
Since drive letter mapping in windows are user specific, the LocalSystem account which runs the Tomcat service (or the servlet engine you use) doesn't have the drive letters (e.g. T:) that you have as a logged in user.

That's why your drive letter T: doesn't work, but using the share name does.

Inge.

Kromblom wrote:When I try to set a mapped network drive as my music catalog
f. ex 'T:\music' it wount work, but if I use '\\Whatever\Music' i works
Is this an error, or is it me not understanding how things work?
:?:

Kromblom

Re: Using Network Drive

PostPosted: Tue Jun 20, 2006 11:27 pm
by houghten
I have a similar problem, but my Subsonic instance cannot see anything on the shared drive. Even \\server\sharename.

Any ideas?

PostPosted: Wed Jun 21, 2006 5:48 am
by sindre_mehus
Hi,

I just tested it on my system (Win XP), and both "T:" and "/server/share" works for me.
Please have a look in c:\subsonic\subsonic.log if there are any error messages.

Sindre