Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for mounting FUSE filesystems #211

Open
joshtriplett opened this issue Nov 5, 2024 · 0 comments
Open

Please add support for mounting FUSE filesystems #211

joshtriplett opened this issue Nov 5, 2024 · 0 comments

Comments

@joshtriplett
Copy link

(Some of this may not be in scope for this repository; if so, please point to the appropriate place to report the rest.)

The kernel version that Lambda uses has support for mounting FUSE filesystems in a user namespace, if FUSE is enabled. (This was added in Linux 4.18.) This would enable many, many use cases, including using AWS's mountpoint software for S3, and other useful types of shared filesystems.

Enabling this would require:

  • The ability to run a user namespace (Allow user namespaces on provided. linux runtimes #143)
  • Enabling FUSE in the kernel used on Lambda
  • Providing the /dev/fuse character device
  • Optionally, providing some of the basic FUSE utilities, though users could also provide those themselves as part of their bootstrap zip.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant