networked harddrives (1 Viewer)

r8td

Portal Pro
June 16, 2006
58
0
TV-Server Version: n/a
MediaPortal Version: 0.2.3.0 RC1
MediaPortal Skin: Blue two
Windows Version: Xp sp 2


Is there any reason for a networked hard drive not to show up? I have this problem several times after a restart. I can access the remote hard drive via my computer (mapped), but not media portal. Then I'll restart again and it all works again. Is there any reason for this?

-Evan
 

tangmonster

Portal Pro
February 1, 2007
102
0
cape town
Home Country
South Africa South Africa
I had tis problem , but it turned out that i mapped it to the IP number and not the name in the configuration. did you change the ip number of the network pc on which the drive is?

possibly the pc name changed?

try and reset the drive network address of this drive/ directory in die configuration.
 

reverson1

Portal Pro
May 23, 2006
88
4
Williamsburg,VA
Home Country
United States of America United States of America
Don't know if you are interested in this or not but I created a simple exe that destroys and recreates mapped drives from a vbs file. You could add a call to the vbs file in autoexec.bat if you like. Just change the drive letters and the location that you would like it mapped to and then save it as net.vbs.

The mapdrv exe can be download from http://www.meedios.com/forum/viewtopic.php?p=8634#8634

vbs file:
Option Explicit

On Error Resume Next
'Remaps drives to fileserver

MapDrv "L:","\\192.168.1.50\G"
MapDrv "T:","\\192.168.1.50\Video"
MapDrv "V:","\\192.168.1.50\Video (C)"
MapDrv "W:","\\192.168.1.50\Video (F)"
MapDrv "X:","\\192.168.1.50\Video (C)"
MapDrv "Y:","\\192.168.1.50\Video (H)"

Wscript.Quit

Hope this helps
 

Users who are viewing this thread

Top Bottom