Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > Home directorie not mapping

Reply
Thread Tools Display Modes

Home directorie not mapping

 
 
Ryan
Guest
Posts: n/a

 
      07-17-2009

In our environment, I have created a DFS structure pointing all user Home
Directories to a DFS link in AD. This has been working very well for several
months, but on Monday, July 13, the home directory stopped mapping for some
users. In ADUC, I am pointing home directories to \\domain\home\%username%,
which resolves immediately to \\domain\home\user.name. If I change ADUC to
point to the actual server hosting the home directories, the drive maps fine.
I have verified permissions and can access the home directories by going
Start | Run | \\domain\home\%username% or \\domain\home\user.name.

Does anybody have any ideas as to why this is happening?
 
Reply With Quote
 
 
 
 
DaveMills
Guest
Posts: n/a

 
      07-17-2009
You are placing the home folder directly in the DFSRoot folder. ADUC will create
a folder %username% in the DFSRoot (i.e. \\domain\home). It will NOT create a
DFS link called %username% and point that to another server.

You should have something like \\Domain\DFSRoot\Home when Home is a DFSFolder
with links to \\Server\Home.


On Fri, 17 Jul 2009 07:34:03 -0700, Ryan <> wrote:

>In our environment, I have created a DFS structure pointing all user Home
>Directories to a DFS link in AD. This has been working very well for several
>months, but on Monday, July 13, the home directory stopped mapping for some
>users. In ADUC, I am pointing home directories to \\domain\home\%username%,
>which resolves immediately to \\domain\home\user.name. If I change ADUC to
>point to the actual server hosting the home directories, the drive maps fine.
> I have verified permissions and can access the home directories by going
>Start | Run | \\domain\home\%username% or \\domain\home\user.name.
>
>Does anybody have any ideas as to why this is happening?

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
Ryan
Guest
Posts: n/a

 
      07-20-2009

in our DFS structure, our Home Directories are pointing to
\\domain\DFSRoot\Home. Within the Home folder, we have hundreds of folders
for our users, thus giving the \\domain\DFSRoot\Home\%username% structure.

When I go into ADUC and change the home folder to
\\domain\DFSRoot\Home\%username%, I get a message stating the directory
already exists, which it does, and the security properties will be applied to
give the particular users correct rights. This appears to be working fine.
However, when a user logs on, the drive is not mapped. To make things worse,
this did work until Monday, July 13.

"DaveMills" wrote:

> You are placing the home folder directly in the DFSRoot folder. ADUC will create
> a folder %username% in the DFSRoot (i.e. \\domain\home). It will NOT create a
> DFS link called %username% and point that to another server.
>
> You should have something like \\Domain\DFSRoot\Home when Home is a DFSFolder
> with links to \\Server\Home.
>
>
> On Fri, 17 Jul 2009 07:34:03 -0700, Ryan <> wrote:
>
> >In our environment, I have created a DFS structure pointing all user Home
> >Directories to a DFS link in AD. This has been working very well for several
> >months, but on Monday, July 13, the home directory stopped mapping for some
> >users. In ADUC, I am pointing home directories to \\domain\home\%username%,
> >which resolves immediately to \\domain\home\user.name. If I change ADUC to
> >point to the actual server hosting the home directories, the drive maps fine.
> > I have verified permissions and can access the home directories by going
> >Start | Run | \\domain\home\%username% or \\domain\home\user.name.
> >
> >Does anybody have any ideas as to why this is happening?

> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that don't.
>

 
Reply With Quote
 
DaveMills
Guest
Posts: n/a

 
      07-20-2009
OK, that's not what you said at first, so moving on.

Can the user map the drive at the command prompt using the DFS path? Can they
browse the DFS tree to get to their folder. Do the NTFS permissions on the
folder DOMAIN\DFRRoot (the physical folder i.e. C:\DFSRoot or wherever it is
shared from allow read access to the users.


Is this connected to a TCP port or USB?
On Mon, 20 Jul 2009 06:15:02 -0700, Ryan <> wrote:

>in our DFS structure, our Home Directories are pointing to
>\\domain\DFSRoot\Home. Within the Home folder, we have hundreds of folders
>for our users, thus giving the \\domain\DFSRoot\Home\%username% structure.
>
>When I go into ADUC and change the home folder to
>\\domain\DFSRoot\Home\%username%, I get a message stating the directory
>already exists, which it does, and the security properties will be applied to
>give the particular users correct rights. This appears to be working fine.
>However, when a user logs on, the drive is not mapped. To make things worse,
>this did work until Monday, July 13.
>
>"DaveMills" wrote:
>
>> You are placing the home folder directly in the DFSRoot folder. ADUC will create
>> a folder %username% in the DFSRoot (i.e. \\domain\home). It will NOT create a
>> DFS link called %username% and point that to another server.
>>
>> You should have something like \\Domain\DFSRoot\Home when Home is a DFSFolder
>> with links to \\Server\Home.
>>
>>
>> On Fri, 17 Jul 2009 07:34:03 -0700, Ryan <> wrote:
>>
>> >In our environment, I have created a DFS structure pointing all user Home
>> >Directories to a DFS link in AD. This has been working very well for several
>> >months, but on Monday, July 13, the home directory stopped mapping for some
>> >users. In ADUC, I am pointing home directories to \\domain\home\%username%,
>> >which resolves immediately to \\domain\home\user.name. If I change ADUC to
>> >point to the actual server hosting the home directories, the drive maps fine.
>> > I have verified permissions and can access the home directories by going
>> >Start | Run | \\domain\home\%username% or \\domain\home\user.name.
>> >
>> >Does anybody have any ideas as to why this is happening?

>> --
>> Dave Mills
>> There are 10 types of people, those that understand binary and those that don't.
>>

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
Ryan
Guest
Posts: n/a

 
      07-20-2009
Users can map the DFS path after they are logged in either by using Net Use
or mapping via Windows.

The DFSRoot allows read access to the Users group. Folders within the
DFSRoot have NTFS and share permissions applied.

Users are trying to access the shares via a TCP port.

This is only happening on Vista machines. If I log onto a Server 2003 or XP
box, everything works fine.

"DaveMills" wrote:

> OK, that's not what you said at first, so moving on.
>
> Can the user map the drive at the command prompt using the DFS path? Can they
> browse the DFS tree to get to their folder. Do the NTFS permissions on the
> folder DOMAIN\DFRRoot (the physical folder i.e. C:\DFSRoot or wherever it is
> shared from allow read access to the users.
>
>
> Is this connected to a TCP port or USB?
> On Mon, 20 Jul 2009 06:15:02 -0700, Ryan <> wrote:
>
> >in our DFS structure, our Home Directories are pointing to
> >\\domain\DFSRoot\Home. Within the Home folder, we have hundreds of folders
> >for our users, thus giving the \\domain\DFSRoot\Home\%username% structure.
> >
> >When I go into ADUC and change the home folder to
> >\\domain\DFSRoot\Home\%username%, I get a message stating the directory
> >already exists, which it does, and the security properties will be applied to
> >give the particular users correct rights. This appears to be working fine.
> >However, when a user logs on, the drive is not mapped. To make things worse,
> >this did work until Monday, July 13.
> >
> >"DaveMills" wrote:
> >
> >> You are placing the home folder directly in the DFSRoot folder. ADUC will create
> >> a folder %username% in the DFSRoot (i.e. \\domain\home). It will NOT create a
> >> DFS link called %username% and point that to another server.
> >>
> >> You should have something like \\Domain\DFSRoot\Home when Home is a DFSFolder
> >> with links to \\Server\Home.
> >>
> >>
> >> On Fri, 17 Jul 2009 07:34:03 -0700, Ryan <> wrote:
> >>
> >> >In our environment, I have created a DFS structure pointing all user Home
> >> >Directories to a DFS link in AD. This has been working very well for several
> >> >months, but on Monday, July 13, the home directory stopped mapping for some
> >> >users. In ADUC, I am pointing home directories to \\domain\home\%username%,
> >> >which resolves immediately to \\domain\home\user.name. If I change ADUC to
> >> >point to the actual server hosting the home directories, the drive maps fine.
> >> > I have verified permissions and can access the home directories by going
> >> >Start | Run | \\domain\home\%username% or \\domain\home\user.name.
> >> >
> >> >Does anybody have any ideas as to why this is happening?
> >> --
> >> Dave Mills
> >> There are 10 types of people, those that understand binary and those that don't.
> >>

> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that don't.
>

 
Reply With Quote
 
DaveMills
Guest
Posts: n/a

 
      07-21-2009
I'm out of ideas now then.

On Mon, 20 Jul 2009 10:53:01 -0700, Ryan <> wrote:

>Users can map the DFS path after they are logged in either by using Net Use
>or mapping via Windows.
>
>The DFSRoot allows read access to the Users group. Folders within the
>DFSRoot have NTFS and share permissions applied.
>
>Users are trying to access the shares via a TCP port.
>
>This is only happening on Vista machines. If I log onto a Server 2003 or XP
>box, everything works fine.
>
>"DaveMills" wrote:
>
>> OK, that's not what you said at first, so moving on.
>>
>> Can the user map the drive at the command prompt using the DFS path? Can they
>> browse the DFS tree to get to their folder. Do the NTFS permissions on the
>> folder DOMAIN\DFRRoot (the physical folder i.e. C:\DFSRoot or wherever it is
>> shared from allow read access to the users.
>>
>>
>> Is this connected to a TCP port or USB?
>> On Mon, 20 Jul 2009 06:15:02 -0700, Ryan <> wrote:
>>
>> >in our DFS structure, our Home Directories are pointing to
>> >\\domain\DFSRoot\Home. Within the Home folder, we have hundreds of folders
>> >for our users, thus giving the \\domain\DFSRoot\Home\%username% structure.
>> >
>> >When I go into ADUC and change the home folder to
>> >\\domain\DFSRoot\Home\%username%, I get a message stating the directory
>> >already exists, which it does, and the security properties will be applied to
>> >give the particular users correct rights. This appears to be working fine.
>> >However, when a user logs on, the drive is not mapped. To make things worse,
>> >this did work until Monday, July 13.
>> >
>> >"DaveMills" wrote:
>> >
>> >> You are placing the home folder directly in the DFSRoot folder. ADUC will create
>> >> a folder %username% in the DFSRoot (i.e. \\domain\home). It will NOT create a
>> >> DFS link called %username% and point that to another server.
>> >>
>> >> You should have something like \\Domain\DFSRoot\Home when Home is a DFSFolder
>> >> with links to \\Server\Home.
>> >>
>> >>
>> >> On Fri, 17 Jul 2009 07:34:03 -0700, Ryan <> wrote:
>> >>
>> >> >In our environment, I have created a DFS structure pointing all user Home
>> >> >Directories to a DFS link in AD. This has been working very well for several
>> >> >months, but on Monday, July 13, the home directory stopped mapping for some
>> >> >users. In ADUC, I am pointing home directories to \\domain\home\%username%,
>> >> >which resolves immediately to \\domain\home\user.name. If I change ADUC to
>> >> >point to the actual server hosting the home directories, the drive maps fine.
>> >> > I have verified permissions and can access the home directories by going
>> >> >Start | Run | \\domain\home\%username% or \\domain\home\user.name.
>> >> >
>> >> >Does anybody have any ideas as to why this is happening?
>> >> --
>> >> Dave Mills
>> >> There are 10 types of people, those that understand binary and those that don't.
>> >>

>> --
>> Dave Mills
>> There are 10 types of people, those that understand binary and those that don't.
>>

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Home Drive (H) mapping to \\server\home and no further on selected RobWUK Windows Server 3 09-11-2008 03:27 PM
Mapping Home Drive Throckmorton Active Directory 5 10-25-2006 05:33 PM
Home Drive mapping thoughtless Active Directory 1 04-28-2004 02:26 AM
Mapping WIN 98 home dirs bbry Scripting 4 02-20-2004 03:34 PM
home dir not mapping brian Server Networking 1 01-28-2004 06:22 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59