#25735 - 2002-07-24 04:48 AM
Home Drives with Win9x
|
Steven Myers
Fresh Scripter
Registered: 2002-07-24
Posts: 9
Loc: Lancaster, SC
|
I am placing home directory in the company I work for, however when you create a users profile in user manager for domains it will create the folder for you. In windows 9x it will not map it correctly but in NT is does. My question to anyone is if there is a way to bypass from creating every hidden share for every user? These shares would be living on a EMC IP4700 so scripting is not possible for this to be done any easier.
_________________________
Steven Myers
Network Admin
|
|
Top
|
|
|
|
#25736 - 2002-07-24 09:52 AM
Re: Home Drives with Win9x
|
Jonathan Teasdale
Fresh Scripter
Registered: 2002-07-22
Posts: 6
Loc: York, England
|
It depends what you want to use the home directory for. If you want a mapped drive for each user to store their own personal data, then, using Windows 95, a hidden share for each user is unavoidable, and would need to be mapped in a Kix script, to reproduce the functionality that NT has. If you just want use the home directory to store a user's roaming profile, eg user.dat, and associated folders, there would be no need for hidden shares.
|
|
Top
|
|
|
|
#25737 - 2002-07-24 01:03 PM
Re: Home Drives with Win9x
|
Steven Myers
Fresh Scripter
Registered: 2002-07-24
Posts: 9
Loc: Lancaster, SC
|
I want the users to have it as a mapped drive letter (H:\). I understand how it is placed in the script, but not the only folder I have shared is named Home$. The path in the user home directory section in user manager is as follows:
H: \\server1\Home$\%username%
When it maps it on a win9x box it map to the shared folder named HOME$. This allowing all users to see each others home directory.
_________________________
Steven Myers
Network Admin
|
|
Top
|
|
|
|
#25739 - 2002-07-24 01:07 PM
Re: Home Drives with Win9x
|
Peter Fry
Getting the hang of it
Registered: 2001-07-23
Posts: 95
Loc: Bristol UK
|
ok (i think i might know the answer)
you need to create the shares for EACH user not just home$ i.e.
create the share called %username%$ and use
H: \\server1\%username%$
i've seen theis problem b4 and i use RMTSHARE to create the shares remotely if need need a hand with this just shout
Pete
|
|
Top
|
|
|
|
#25741 - 2002-07-24 02:06 PM
Re: Home Drives with Win9x
|
Peter Fry
Getting the hang of it
Registered: 2001-07-23
Posts: 95
Loc: Bristol UK
|
RMTSHARE can create shares on an NT server and these shares can be connected to by windows 9x clients - i was just giving an option as he doesn't say which platform his servers are on just that on his NT clients it works ok just not on his 9x clients
sorry i've confused anyone
PEte
|
|
Top
|
|
|
|
#25742 - 2002-07-24 03:53 PM
Re: Home Drives with Win9x
|
Steven Myers
Fresh Scripter
Registered: 2002-07-24
Posts: 9
Loc: Lancaster, SC
|
In my first statement I posted I did explain the the shares would live/house on an EMC IP4700 (non-winnt). I would use kix to script it but it does not unstand the O/S that is on the EMC.
_________________________
Steven Myers
Network Admin
|
|
Top
|
|
|
|
#25744 - 2002-07-24 04:54 PM
Re: Home Drives with Win9x
|
Steven Myers
Fresh Scripter
Registered: 2002-07-24
Posts: 9
Loc: Lancaster, SC
|
Yes, it does not work. For my NT boxes it work just fine.
_________________________
Steven Myers
Network Admin
|
|
Top
|
|
|
|
#25753 - 2002-07-25 04:43 PM
Re: Home Drives with Win9x
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
basically, SUBST in win9x is only for mapping a deep path on a CONNECTED drive to a seperate letter... to make it an easy way around typing a long path. Subst will not map to a UNC (on win9x)
With WinNT, subst was extended to handle UNC paths, which is what allows us to map deep with WinNT... Net Use is functionally unchanged from the Win9x version we all know and love.
With Win2k+, subst is returned to the same functionality as in Win9x... not the way it was used in WinNT. However, Net Use was changed to support deep paths, as we always wanted it to be.
in summary: Win9x: net use h: \\server\@userid$$ WinNT: Subst h: \\server\share\@userid Win2k: net use h: \\server\share\@userid
|
|
Top
|
|
|
|
#25754 - 2002-07-26 01:16 AM
Re: Home Drives with Win9x
|
Steven Myers
Fresh Scripter
Registered: 2002-07-24
Posts: 9
Loc: Lancaster, SC
|
This message is for JackLothian: if netware has these redirectors then are they from their website and do you need to be running a novell system?
_________________________
Steven Myers
Network Admin
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 657 anonymous users online.
|
|
|