Hi Christian! Am Samstag, 25. September 2004 10:27 schrieben Sie: > Somethig goes completely wrong, i don't know how to trace it on the fly. > Note: directories and files have identical user and group and right > permissions. And not all directories of the same type of user:group (and > the same permissions) are affected, only some one. I can't see any > differences. > I hope you have read http://resmedicinae.sourceforge.net/manuals/apw_linux/ch06s06.html. Sorry, only in german.
First of all, did you export with the right permissions? [exported directory say /opt] [hostname or IP-number of client](rw,sync) Then: biggest problem: user-name on client must be identical to user-name on server user-id on client must be identical to user-id on server group-name on client must be identical to group-name on server group-id on client must be identical to group-id on server Otherwise you can't do anything on server. Beware: SUSe begins with user-ids 500, Debian begins with user-ids 1000. Sometimes you will find program-gids intermangled with group-ids, so that you get effective user:group 1020:1021. If server has 1020:1020, it won't work. HTH Claudia - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
