On Sat, Dec 21, 2002 at 02:51:29PM -0500, Oleg wrote: > That is cmkdir gives an error, but creates a directory, while cattach fails > altogether. Does anyone know why? And isn't CFS supposed to be file system > agnostic?
do a strace, maybe that helps to find the cause.
guessing: it tries to chmod, _that_ fails,
and the error message is misleading...
look at the sourcecode, you probably will find lazy error checking.
Lars

