[Solved] No access to files with ls despite correct chmod

  • Hello,
    I tried to access my files on my shared device via CLI as user account and I get access denied


    this is the output of ls -l (as root):

    Code
    drwxrws---+  2 root users 4096 Jan  6 18:59 Calibre
    drwxrws---  14 root users 4096 Dez 31 19:15 Dirk
    drwxrws---  22 root users 4096 Jan 11 23:12 Familie
    drwxrws---  48 root users 4096 Dez 31 22:27 Gesa
    drwxrws---   4 root users 4096 Dez 31 22:28 Goldene Hochzeit
    drwxrws---   6 root users 4096 Jan 11 23:11 Jan
    drwxrws---  18 root users 4096 Dez 31 22:35 Kluthe
    drwxrws---  11 root users 4096 Dez 31 22:38 Lina
    drwxrws---  15 root users 4096 Dez 31 23:10 Stark


    the output of id -a (as user):

    Code
    uid=1000(jan) gid=100(users) Gruppen=100(users),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),108(ssh),111(netdev),114(sambashare)


    why I don't get access?

  • I want to read and write files as user (so as jan)


    I have no problems logging into the shell, I get this output for the two commands:

    Code
    jan@NAS-vanBruegge:~$ id -a
    uid=1000(jan) gid=100(users) Gruppen=100(users),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),108(ssh),111(netdev),114(sambashare)
    jan@NAS-vanBruegge:~$ ls /media/be27e9ef-403e-4678-9762-fade43d22a34/Daten
    ls: Access to /media/be27e9ef-403e-4678-9762-fade43d22a34/Daten not possible: No Permissions
    • Offizieller Beitrag

    device via CLI as user account and I get access denied


    This what i understood, access denied not "No Permissions"


    Can you post the following command stat /media/be27e9ef-403e-4678-9762-fade43d22a34/ and stat /media/be27e9ef-403e-4678-9762-fade43d22a34/Daten as root please.


    Is this non single disk configuration like AUFS or Snapraid?

  • Here is the output:


    It's just a normal ext4 disk without any Raid or similar stuff

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!