Jump to content

Shared folder


Recommended Posts

Guest bogasur@gmail.com
Posted

Hi there,

I have a server with windows 2003 server standard as os. Everytime

when I share a specific folder and I restart the server this shared

folder is no longer shared. I can't seem to find out what the problem

is. The other folders that are shared on the same drive are still

shared after reboot it's ust this specific folder.

Any solutions???

 

 

Bogasur

  • Replies 2
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

Re: Shared folder

 

 

<bogasur@gmail.com> wrote in message

news:4ea4d02c-c964-4b40-a884-e13778a8153e@i36g2000prf.googlegroups.com...

> Hi there,

> I have a server with windows 2003 server standard as os. Everytime

> when I share a specific folder and I restart the server this shared

> folder is no longer shared. I can't seem to find out what the problem

> is. The other folders that are shared on the same drive are still

> shared after reboot it's ust this specific folder.

> Any solutions???

>

>

> Bogasur

 

Let's nail this down a bit like so:

1. Click Start / Run / cmd {OK} to open a Command Prompt.

2. Type these commands:

echo %date% %time% > c:\Shares.txt

net share TestShare="d:\User Folder\Bogasur" >> c:\Shares.txt

net share >> c:\Shares.txt

3. Reboot the server.

4. Open another Command Prompt.

5. Type these commands:

echo %date% %time% >> c:\Shares.txt

net share >> c:\Shares.txt

notepad c:\Shares.txt

6. Post the contents of this file.

Guest John Toner [MVP]
Posted

Re: Shared folder

 

Is your share on iSCSI storage? If so, you might want to look at

http://support.microsoft.com/kb/870964

 

If not iSCSI, you should try just stopping and re-starting the "Server"

service and see if this re-creates your shares. If so, you're looking at

some sort of timing issue between this service and some other service

controlling access to your storage.

 

Regards,

John

 

Visit my blog: http://msmvps.com/blogs/jtoner

 

<bogasur@gmail.com> wrote in message

news:4ea4d02c-c964-4b40-a884-e13778a8153e@i36g2000prf.googlegroups.com...

> Hi there,

> I have a server with windows 2003 server standard as os. Everytime

> when I share a specific folder and I restart the server this shared

> folder is no longer shared. I can't seem to find out what the problem

> is. The other folders that are shared on the same drive are still

> shared after reboot it's ust this specific folder.

> Any solutions???

>

>

> Bogasur


×
×
  • Create New...