Ubuntu Linux
  • Beast Machine
    #10196
    Miért csinálja ezt a smbclient?

    fstab-ba írtam a következőt:

    //szerver_ip/megosztás_neve /mountolási_pont smbfs auto,users,rw,credentials=/etc/passfile 0 0

    passfileban így néz ki a tartalom:

    username=tesztuser
    password=jelszó

    Amikor megpróbálom, hogy "mount -a" (rootként ofkorsz), akkor permission denied-ot kapok vissza, 13-as hiba. "dmesg | tail" ezt írja ki:
    [ 830.495607] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
    [ 830.495626] CIFS VFS: Send error in SessSetup = -13
    [ 830.495648] CIFS VFS: cifs_mount failed w/return code = -13
    [ 894.026712] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
    [ 894.026712] CIFS VFS: Send error in SessSetup = -13
    [ 894.026712] CIFS VFS: cifs_mount failed w/return code = -13
    [ 938.749887] CIFS VFS: cifs_mount failed w/return code = -13
    [ 1116.689030] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
    [ 1116.689044] CIFS VFS: Send error in SessSetup = -13
    [ 1116.689066] CIFS VFS: cifs_mount failed w/return code = -13

    Mi a fene? Windows alól simán el tudom érni, csatlakozni, írni-olvasni...