Hello Doktor5000,
I apologize for the delay in answering, I was traveling and I could not access the computer.
I only mentioned the difference of UIDs because it is the only thing that I found different. Other users with OSX can not access in write mode. All access read only.
in server:
- Code: Select all
ls -al /mnt/myshare
drwxr-xr-x 11 user1 user1 4096 Jun 1 10:17 ./
drwxr-xr-x 5 root root 4096 Apr 28 11:20 ../
drwxr-xr-x 10 user1 user1 4096 Jun 10 01:18 dir1/
drwxr-xr-x 7 user1 user1 4096 Apr 14 14:36 dir2/
drwxr-xr-x 14 user1 user1 4096 Apr 14 14:13 dir3/
drwx------ 2 root root 16384 Jan 1 21:50 lost+found/
drwxr-xr-x 44 user1 user1 4096 May 13 13:59 dir4/
.
.
.
ls -aln /mnt/myshare
drwxr-xr-x 11 500 500 4096 Jun 1 10:17 ./
drwxr-xr-x 5 0 0 4096 Apr 28 11:20 ../
drwxr-xr-x 10 500 500 4096 Jun 10 01:18 dir1/
-rwxrw-rw- 1 500 500 4096 Apr 16 13:46 ._.DS_Store*
-rwxrw-rw- 1 500 500 8196 Jun 9 19:12 .DS_Store*
drwxr-xr-x 7 500 500 4096 Apr 14 14:36 dir2/
drwxr-xr-x 14 500 500 4096 Apr 14 14:13 dir3/
drwx------ 2 0 0 16384 Jan 1 21:50 lost+found/
drwxr-xr-x 44 500 500 4096 May 13 13:59 dir4/
.
.
.
in client
- Code: Select all
ls -al /media/shared
drwxr-xr-x 11 500 500 4096 Jun 1 10:17 ./
drwxr-xr-x 15 root root 4096 Jun 1 22:13 ../
drwxr-xr-x 10 500 500 4096 Jun 10 01:18 dir1/
-rwxrw-rw- 1 500 500 4096 Apr 16 13:46 ._.DS_Store*
-rwxrw-rw- 1 500 500 8196 Jun 9 19:12 .DS_Store*
drwxr-xr-x 7 500 500 4096 Apr 14 14:36 dir2/
drwxr-xr-x 14 500 500 4096 Apr 14 14:13 dir3/
drwx------ 2 root root 16384 Jan 1 21:50 lost+found/
drwxr-xr-x 44 500 500 4096 May 13 13:59 dir4/
.
.
.
ls -aln /media/shared
drwxr-xr-x 11 500 500 4096 Jun 1 10:17 ./
drwxr-xr-x 2 0 0 4096 Jun 1 22:13 ../
drwxr-xr-x 10 500 500 4096 Jun 10 01:18 dir1/
-rwxrw-rw- 1 500 500 4096 Apr 16 13:46 ._.DS_Store*
-rwxrw-rw- 1 500 500 8196 Jun 9 19:12 .DS_Store*
drwxr-xr-x 7 500 500 4096 Apr 14 14:36 dir2/
drwxr-xr-x 14 500 500 4096 Apr 14 14:13 dir3/
drwx------ 2 0 0 16384 Jan 1 21:50 lost+found/
drwxr-xr-x 44 500 500 4096 May 13 13:59 dir4/
Yes, I known mageia changed the UID from first user, it is possible that this is the mistake with the client in mga5, but what happens with the other computers with OSX?
Previously I did not have this problem. When the client and server was in mga4.
I've tried using the example of serverfault, but not working. For it to work, forcing me to create each client-user on the server (more than 15) and this is not feasible
But with NFSv4 the UID/GID is pretty much irrelevant
If is irrelevant, what is the problem ? I have nfsv4 in both sides
The situation is this: I have a firewall and file server.
There are two networks (A and B). The file server is in the network B.
Some clients are in the network A and others on the network B. All clients Network B enter the file server.
Some clients on the network A enter the file server.
For this, I mount the file server on the firewall and share it from there to Network A (with samba because they use ms-win)
I have installed mga5 to try it in the firewall because an issue with HD, if I cant resolve this problem I can return to mga4. I would not like to return, but I need it working.
What other details can give to solve this?
Thank you for taking the time to help