| 16 Feb 2024 |
@atemu12:matrix.org | How exactly is this folder bind mounted? | 17:52:02 |
@atemu12:matrix.org | * How exactly is this folder bind-mounted? | 17:52:08 |
@sigmasquadron:matrix.org | I’m using impermanence. | 17:54:07 |
@atemu12:matrix.org | That does not answer my question. | 17:54:18 |
@sigmasquadron:matrix.org | Right, sorry. It’s a FUSE mount from a bcachefs volume into a folder created in a tmpfs. The mount options are rw,nosuid,nodev,relatime,user_id=1000,group_id=100,default_permissions. | 17:56:07 |
@atemu12:matrix.org | I suspected that's the case. Do away with the hacky fuse thingy | 17:56:29 |
@sigmasquadron:matrix.org | symlink it is then | 17:56:41 |
@atemu12:matrix.org | Use proper bind mounts or a symlink | 17:56:43 |
@sigmasquadron:matrix.org | I do wonder if there’s a FUSE configuration somewhere for file limits | 17:57:22 |