Hello!
Sorry for my late answer!
First, thanks to Thomas Blinn and Jason Orendorf for their answer.
They wrote it my be problem with DCE DFS which was compiled in my kernel.
I was suggested to do a new kernel without DCE DFS or at least turn it off
in the exist one:
# dbx /vmunix
(dbx) px dcedfs
0x1
(dbx) patch dcedfs = 0
0
(dbx) px dcedfs
0x0
(dbx) quit
And then reboot.
Bye,
Ned
Received on Sat Feb 02 2002 - 11:05:25 NZDT