I have several logical drives on my W2K server, with each drive being assigned to a different departmental function (IT, Marketing, etc).
I would like to create a Home folder for each user within each of the logical drives and also have a main folder for the users to share for shared files and documents.
The problem I am having is that the majority of users use windows 9x.
The issue is if I create a home folder for the user the only way I can access the folder, using Kix, is to share out the folder, and then map to it.
Bearing in mind there anre up to thirty users accessing the logical drive, when the user goes to the drive, although they can see others folders, they cannot access the contents.
Is there any way using kix that I can prevent this so as the user is only able to see their home folder and not everyone elses? I have changed the permissons on the folder but still no luck? Any ideas how this may be achieved?
At present I am using the following:

;Commercial Marketing Private
IF INGROUP ("nw_commercial_marketing_private")
USE N: "\\nw-data-store1\nw2marketing\NW Commercial
Marketing Private"
USE R: "\\nw-data-store1\nw2marketing\"+@userid
ENDIF