Shared folders problem

D

Drake96

I have 5 external usb drives that each have shared folders. When the computer
reboots, only 3 of the shares remain. The settings are correct to reconnect
at login but the last 2 never keep after a reboot. Any suggestions are
appreciated.
 
P

Pegasus [MVP]

Drake96 said:
I have 5 external usb drives that each have shared folders. When the
computer
reboots, only 3 of the shares remain. The settings are correct to
reconnect
at login but the last 2 never keep after a reboot. Any suggestions are
appreciated.

This probably happens because the mechanism that deals with shares cuts in
before your USB drives are ready. You would see a corresponding error
message in your event logger (eventvwr.exe). You could get around the
problem by putting the following lines into the batch file
"c:\documents and settings\all users\start
menu\programs\startup\netlogon.bat":
@echo off
net share USBShare1="F:\SomeFolder"
net share USBShare2="G:\Some Other Folder"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top