Browse Source

known_issues_bugs.md

idmap
Antonio SJ Musumeci 1 day ago
parent
commit
1cc9fa72f0
  1. 5
      mkdocs/docs/known_issues_bugs.md

5
mkdocs/docs/known_issues_bugs.md

@ -8,8 +8,9 @@
like abilities meaning it runs as root and has to create files as like abilities meaning it runs as root and has to create files as
root then lchown them rather than changing credentials and creating root then lchown them rather than changing credentials and creating
the file as the uid:gid. the file as the uid:gid.
* FreeBSD does not have
* FreeBSD's FUSE implementation is lacking many features of Linux.
* FreeBSD does not have `getdents` like APIs for reading
directories. As a result it uses traditional `readdir`.
* FreeBSD's FUSE implementation is lacking many features of the Linux version.
* IO passthrough * IO passthrough
* statx * statx
* lazy umount * lazy umount

Loading…
Cancel
Save