Hi,
The admin shares are setup when the server service starts so if the drive
gets changed while the PC is on the shares won't get created on the new drive
unless you restart the server service (I'm pretty sure this is true

) , You
can do this by typing 'net stop server' then 'net start server' probably
wouldn't be the best thing to do on a server if people are using it. Or if
you type 'net share /?' it should tell you how to create a share and then you
could create a little batch file to run after you swap drives
Or i guess you could even just create a new share called something like
'Hello$' which would be hidden but should still be accessable even if you
swap the drive.
Hope this helps
Regards
Paul Mckenna
"Jeremy Becker" wrote:
> We have a hot swap external SATA hard drive bay attached to one of our
> servers. We have network shares set up on our other servers pointing at the
> administrative share for the F: drive, which is the drive letter the hot swap
> bay utilizes. The problem is, when we change drives, the admin share no
> longer works on the other servers, even if we remap the network drive. Any
> ideas?