Re: NCL not able to map drives in container login script
  Home FAQ Contact Sign in
novell.support.novell-linux-desktop.networking only
 
Advanced search
POPULAR GROUPS

more...

novell.support ... networking Profile…
 Up
Re: NCL not able to map drives in container login script         


Author: msales
Date: Nov 16, 2006 11:57

Hi Jim,

I have this same intermittent issue with Novell Linux Desktop on our DELL
Latitude D610 Laptops with Intel 2200BG wireless cards.

Login script:
IF OS = "LINUX" THEN
MAP ROOT DATA:=/:
MAP ROOT COURSES:=/:COURSES
MAP ROOT CLASS:=/:CLASS
MAP ROOT STUDENT
COMMON:=/HOME:COMMONSTROUGH_COMMONSTUDENT_COMMON
MAP ROOT %%FULL_NAME:=%%HOME_DIRECTORY
MAP ROOT H:=%%HOME_DIRECTORY
END

error occurs with the MAP ROOT H:=%%HOME_DIRECTORY
we get " Unable to map H:=/
(code:8875 NWE_INVALID_DRIVE_BASE)
Show full article (1.93Kb)
no comments
Re: NCL not able to map drives in container login script         


Author: Mark Robinson
Date: Nov 16, 2006 14:33

On Thu, 16 Nov 2006 19:57:25 +0000, msales wrote:
> error occurs with the MAP ROOT H:=%%HOME_DIRECTORY we get " Unable to map
> H:=/ (code:8875
> NWE_INVALID_DRIVE_BASE)
>
> This does not occur all the time,
> I noticed that there is a local directory at /home/student/H on the local
> drive that still contains the last valid users data.

That's the error then. NCL can't create a mount point, well actually a
symlink to a mount point, if it already exists.

You say the directory already exists. Can you check to see whether it's
a symlink or a real directory pls.
--
Mark Robinson
Novell Volunteer SysOp

One by one the penguins steal my sanity...
no comments

RELATED THREADS
SubjectArticles qty Group
adding other login class to login.conf in case one is already theremailing.freebsd.stable ·