diff --git a/pkg/fs/fuse_started_unix.go b/pkg/fs/fuse_started_unix.go index e37166c..a0e4fe4 100644 --- a/pkg/fs/fuse_started_unix.go +++ b/pkg/fs/fuse_started_unix.go @@ -13,6 +13,7 @@ import ( ) func (fh *FuseHost) detectFuseStarted(ctx context.Context, started chan error) { + time.Sleep(100 * time.Millisecond) var st unix.Stat_t if err := unix.Stat(fh.mountPoint, &st); err != nil { select {