[Samba] Issues accessing ZFS-shares on Linux

Jeremy Allison jra at samba.org
Tue Jan 9 19:47:41 UTC 2018


On Tue, Jan 09, 2018 at 07:57:41AM +0200, John Doe via samba wrote:
> I added one testshare /home/testijako and connected to it with the same
> credentials as I would connect to ZFS-shares. Then I did the strace to
> that particular PID and tried connecting to one ZFS-share. There was
> indeed an error which might have something to do with this issue:
> 
> Line 2001: lstat("/tank/rex", 0x7fff1f6fb2c0)      = -1 ENOENT (No such
> file or directory)
> 
> Im sure that folder exists (files have been omitted):
> aurinko at punishedkorppu:~$ cd /tank/rex
> aurinko at punishedkorppu:/tank/rex$ ls -hal
> total 32M
> drwxrwxrwx   12 rex     rex       20 Dec 24 19:09  .

Well that looks like your issue. You need to figure
out why  lstat("/tank/rex") is failing on an existing
directory.



More information about the samba mailing list