Thread: network
View Single Post
Old 09-16-2008, 10:29 AM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

Try adding the IP address to the lmhosts file and then referring to it by name... like say \windows\system32\drivers\etc\lmhosts has 192.168.1.2 as box2 then you can do \\box2\folder. You should be able to use the IP address though. Make sure you can access the folder by typing the line you intend to use into explorer directory. Often you need to provide permissions, etc... Mapping to a driver letter is probably a good idea though. Much simpler to deal with.

For speed reasons, try to limit the fanout of directories remotely mounted. I've seen systems mounting networked drives of mp3s with like 1000 dirs in a folder and it's slow to read the dir into the cache. Definitely consider turning on NoSubDirSizing if using networked drives like that...
Yil is offline   Reply With Quote