Can't make a share on the new disk

Ich habe ein neues array zu tun gibt shares. Aber irgendwie in die shares können Sie sich nur als Administrator.
ls -l /mnt/shares zeigt, dass die Zugriffsrechte korrekt zugewiesen, wie in der umc. Zugriffsrechte ntfs ist auch im Einklang mit umc. NFS mount ohne Erfolg (vielleicht habe ich etwas nicht richtig, wenn es überhaupt von diesem Problem betroffen ist).
Was mache ich falsch?

I hooked up a new disk array to do there shares. But somehow, in the created shares can be accessed only as an administrator.
ls-l /mnt/shares shows that the permissions are assigned correctly as in umc. Ntfs permissions also consistent with umc. NFS mount does not give any results (maybe I did something wrong, if it all relates to this problem).
What am I doing wrong?

Hey,

how is that disk array connected to the server? ISCSI, as an NFS share, direct attached…?

Can you please paste the output of “getfacl /mnt/shares”?

Kind regards,
mosu

You have put me on the right thoughts. Thank you. The reason was permissions.

NEW DISK:
root@ucs:~# getfacl /mnt/tempdisk
getfacl: Removing leading ‘/’ from absolute path names

file: mnt/tempdisk

owner: root

group: root

user::rwx
group::rwx
other::—

root@ucs:~# getfacl /shares
getfacl: Removing leading ‘/’ from absolute path names

file: shares

owner: root

group: root

user::rwx
group::r-x
other::r-x

After adjustment of access rights to these:

root@ucs:~# getfacl /mnt/tempdisk
getfacl: Removing leading ‘/’ from absolute path names

file: mnt/tempdisk

owner: root

group: root

user::rwx
group::r-x
other::r-x

It worked!

Hey,

glad it’s working now.

Kind regards,
mosu

Mastodon