HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > XP Networking

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-10-2007, 06:41 PM
jerryk
 
Posts: n/a
Default offline files drive not mapped when offline

I'm using XP Pro. I have two drives (T: & U mapped to shares on a 2003 SBS
server. I have marked files on both drives to be available offline. When I
synchronize, it shows both drives being synchronized.

However, if I power down, unplug the network cable, power up, and login,
only the U: drive is mapped. If I go to Network Neighborhood and drill down
many levels, I can get to the files that are normally on the T: drive, but
that is unfriendly.

How can I get the T: drive to be mapped when I'm working offline?

Thank you.
Jerry K


Reply With Quote
Sponsored Links
  #2  
Old 10-10-2007, 11:24 PM
JCB
 
Posts: n/a
Default RE: offline files drive not mapped when offline

I believe the reason is that you may have a Logon script which maps the T:
drive, but not persistently; drive U: may have been mapped persistently, or
by using the Map Drive GUI with the "reconnect at logon" checkbox selected.
Each time you logoff, this is disconnected.

You can map a drive persistently at a command prompt as follows (using X as
a drive, for example):

net use X: \\servername\sharename /persistent:yes

If any spaces in the path name, enclose the path in quotes. e.g.,
"\\servername\share name"

HOWEVER, before you do this, you may want to see if you have logon script(s)
that are mapping these drives by looking either in RSOP.msc User
Configuration\Windows Settings\Scripts\Logon or in
"%systemroot%\system32\Group Policy\User\Scripts\Logon".



--
JCB\1059


"jerryk" wrote:

> I'm using XP Pro. I have two drives (T: & U mapped to shares on a 2003 SBS
> server. I have marked files on both drives to be available offline. When I
> synchronize, it shows both drives being synchronized.
>
> However, if I power down, unplug the network cable, power up, and login,
> only the U: drive is mapped. If I go to Network Neighborhood and drill down
> many levels, I can get to the files that are normally on the T: drive, but
> that is unfriendly.
>
> How can I get the T: drive to be mapped when I'm working offline?
>
> Thank you.
> Jerry K
>
>

Reply With Quote
  #3  
Old 10-10-2007, 11:48 PM
jerryk
 
Posts: n/a
Default RE: offline files drive not mapped when offline

That was it. Thank you.

"JCB" wrote:

> I believe the reason is that you may have a Logon script which maps the T:
> drive, but not persistently; drive U: may have been mapped persistently, or
> by using the Map Drive GUI with the "reconnect at logon" checkbox selected.
> Each time you logoff, this is disconnected.
>
> You can map a drive persistently at a command prompt as follows (using X as
> a drive, for example):
>
> net use X: \\servername\sharename /persistent:yes
>
> If any spaces in the path name, enclose the path in quotes. e.g.,
> "\\servername\share name"
>
> HOWEVER, before you do this, you may want to see if you have logon script(s)
> that are mapping these drives by looking either in RSOP.msc User
> Configuration\Windows Settings\Scripts\Logon or in
> "%systemroot%\system32\Group Policy\User\Scripts\Logon".
>
>
>
> --
> JCB\1059
>
>
> "jerryk" wrote:
>
> > I'm using XP Pro. I have two drives (T: & U mapped to shares on a 2003 SBS
> > server. I have marked files on both drives to be available offline. When I
> > synchronize, it shows both drives being synchronized.
> >
> > However, if I power down, unplug the network cable, power up, and login,
> > only the U: drive is mapped. If I go to Network Neighborhood and drill down
> > many levels, I can get to the files that are normally on the T: drive, but
> > that is unfriendly.
> >
> > How can I get the T: drive to be mapped when I'm working offline?
> >
> > Thank you.
> > Jerry K
> >
> >

Reply With Quote
  #4  
Old 10-11-2007, 02:21 AM
Kevin C
 
Posts: n/a
Default RE: offline files drive not mapped when offline

I have a question that is related

say you have a log on script such at

net use x: /delete
net use x: \\servername\sharename /persistent:yes

Would this work as a log on script even though the drive is mapped or would
there stil be issues?



"jerryk" wrote:

> That was it. Thank you.
>
> "JCB" wrote:
>
> > I believe the reason is that you may have a Logon script which maps the T:
> > drive, but not persistently; drive U: may have been mapped persistently, or
> > by using the Map Drive GUI with the "reconnect at logon" checkbox selected.
> > Each time you logoff, this is disconnected.
> >
> > You can map a drive persistently at a command prompt as follows (using X as
> > a drive, for example):
> >
> > net use X: \\servername\sharename /persistent:yes
> >
> > If any spaces in the path name, enclose the path in quotes. e.g.,
> > "\\servername\share name"
> >
> > HOWEVER, before you do this, you may want to see if you have logon script(s)
> > that are mapping these drives by looking either in RSOP.msc User
> > Configuration\Windows Settings\Scripts\Logon or in
> > "%systemroot%\system32\Group Policy\User\Scripts\Logon".
> >
> >
> >
> > --
> > JCB\1059
> >
> >
> > "jerryk" wrote:
> >
> > > I'm using XP Pro. I have two drives (T: & U mapped to shares on a 2003 SBS
> > > server. I have marked files on both drives to be available offline. When I
> > > synchronize, it shows both drives being synchronized.
> > >
> > > However, if I power down, unplug the network cable, power up, and login,
> > > only the U: drive is mapped. If I go to Network Neighborhood and drill down
> > > many levels, I can get to the files that are normally on the T: drive, but
> > > that is unfriendly.
> > >
> > > How can I get the T: drive to be mapped when I'm working offline?
> > >
> > > Thank you.
> > > Jerry K
> > >
> > >

Reply With Quote
  #5  
Old 10-16-2007, 04:21 PM
Lanwench [MVP - Exchange]
 
Posts: n/a
Default Re: offline files drive not mapped when offline

Kevin C <KevinC@discussions.microsoft.com> wrote:
> I have a question that is related
>
> say you have a log on script such at
>
> net use x: /delete
> net use x: \\servername\sharename /persistent:yes
>
> Would this work as a log on script even though the drive is mapped or
> would there stil be issues?


Hi - you have an existing new message of your own pertaining to this, and
have replies in there - please don't start new threads (esp as "me too"
replies in other threads).

>
>
>
> "jerryk" wrote:
>
>> That was it. Thank you.
>>
>> "JCB" wrote:
>>
>>> I believe the reason is that you may have a Logon script which maps
>>> the T: drive, but not persistently; drive U: may have been mapped
>>> persistently, or by using the Map Drive GUI with the "reconnect at
>>> logon" checkbox selected. Each time you logoff, this is
>>> disconnected.
>>>
>>> You can map a drive persistently at a command prompt as follows
>>> (using X as a drive, for example):
>>>
>>> net use X: \\servername\sharename /persistent:yes
>>>
>>> If any spaces in the path name, enclose the path in quotes. e.g.,
>>> "\\servername\share name"
>>>
>>> HOWEVER, before you do this, you may want to see if you have logon
>>> script(s) that are mapping these drives by looking either in
>>> RSOP.msc User Configuration\Windows Settings\Scripts\Logon or in
>>> "%systemroot%\system32\Group Policy\User\Scripts\Logon".
>>>
>>>
>>>
>>> --
>>> JCB\1059
>>>
>>>
>>> "jerryk" wrote:
>>>
>>>> I'm using XP Pro. I have two drives (T: & U mapped to shares on
>>>> a 2003 SBS server. I have marked files on both drives to be
>>>> available offline. When I synchronize, it shows both drives being
>>>> synchronized.
>>>>
>>>> However, if I power down, unplug the network cable, power up, and
>>>> login, only the U: drive is mapped. If I go to Network
>>>> Neighborhood and drill down many levels, I can get to the files
>>>> that are normally on the T: drive, but that is unfriendly.
>>>>
>>>> How can I get the T: drive to be mapped when I'm working offline?
>>>>
>>>> Thank you.
>>>> Jerry K




Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Offline Files - Stay Offline when using VPN KWalsh125 Windows XP 0 05-12-2007 04:54 AM
Offline Files - Stay offline over VPN KWalsh125 Windows XP 0 05-08-2007 06:15 PM
Offline Files and 'Make Avaliable Offline' Option James XP Networking 0 07-16-2004 09:05 AM
Offline files Alistair XP Networking 2 06-26-2004 06:33 AM
Offline Folders - Working Offline when online Ad XP Networking 0 05-12-2004 01:48 PM


All times are GMT. The time now is 09:58 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger