You are not logged in.

#1 2015-10-27 18:26:15

_maxe
Member
From: DE
Registered: 2015-10-18
Posts: 25

[SOLVED]NFS Share Problem, no permissions

hello everyone,

ive got a little problem with my nfs share wich is on a debian server.
i can mount the folder correctly and acces the files.
but i cant create a folder in the mounted share

Server stuff:

ls -ld /mnt/Boerse/
drwxrwxr-x 1 max users 4096 Okt 17 00:05 /mnt/Boerse/
cat /etc/exports
...
/mnt/Boerse 192.168.178.88(rw,async,no_subtree_check,all_squash,anonuid=1000,anongid=100)
cat /etc/fstab
...
#nfs
UUID=1F047BDC6BDD2B14	/mnt/Boerse	ntfs	umask=0002,uid=1000,gid=100	0	0

Client:

ls -ld /media/Boerse/
drwxrwxr-x 1 max users 4,0K 17. Okt 00:05 /media/Boerse//
sudo mount 192.168.178.39:/mnt/Boerse /media/Boerse/

Both id's of user max:
Client

 id
uid=1000(max) gid=100(users) Gruppen=100(users),10(wheel),96(scanner),108(vboxusers)

Server

id max
uid=1000(max) gid=100(users) Gruppen=100(users),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),108(netdev)

i dont know whats wrong here, could someone please take a look at everything and give me a litte hint?

greetings max

Last edited by _maxe (2015-10-27 21:04:16)

Offline

#2 2015-10-27 18:58:20

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: [SOLVED]NFS Share Problem, no permissions

It is not clear that this is an Arch issue.  What is the client machine running?

Edit:  Can you "touch" an ordinary file on the share from the client?

Last edited by ewaller (2015-10-27 18:59:51)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2015-10-27 19:37:24

_maxe
Member
From: DE
Registered: 2015-10-18
Posts: 25

Re: [SOLVED]NFS Share Problem, no permissions

ewaller wrote:

It is not clear that this is an Arch issue.  What is the client machine running?

Edit:  Can you "touch" an ordinary file on the share from the client?

Yeah i know that this could also be a issue on the debian server.

Nope cant touch a file on the server from the client.

Edit: Found my mistake.
In the fstab from my server i had the argument "users" missing.
Marking as solved, thanks for your effort smile

Last edited by _maxe (2015-10-27 21:03:23)

Offline

Board footer

Powered by FluxBB