You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
Currently coreos ships with the fuse file-system enabled, but it doesn't have the mount.fuse helper. This makes it hard to mount fuse based file-systems.
An alternative would be to build mount with --enable-fs-paths-extra=/opt/bin so that mount helpers could be installed in /opt/bin (currently only /sbin/, /sbin/fs.d/, /sbin/fs, /usr/sbin/, /bin/ and /usr/bin are searched for helpers and all those locations are mounted readonly)
The text was updated successfully, but these errors were encountered:
Comment by ederuiter Monday Sep 07, 2015 at 15:20 GMT
Yes I did, but that is not an option as fuse based file-systems cannot be exported from a container to the host. And I need to access this filesystem in several containers (and running it in all containers is not an option as our filesystem replicates all data to local storage)
Thank you for reporting this issue. Unfortunately, we don't think we'll end up addressing it in Container Linux.
As we recently announced, we're working on a successor to Container Linux, and we expect most major development to occur there instead. Meanwhile, Container Linux won't see many new features, but will still be fully maintained into 2020. Stay tuned for more details about that.
Issue by ederuiter
Monday Sep 07, 2015 at 15:05 GMT
Originally opened as https://github.com/coreos/coreos-overlay/issues/1518
Currently coreos ships with the fuse file-system enabled, but it doesn't have the mount.fuse helper. This makes it hard to mount fuse based file-systems.
An alternative would be to build mount with --enable-fs-paths-extra=/opt/bin so that mount helpers could be installed in /opt/bin (currently only /sbin/, /sbin/fs.d/, /sbin/fs, /usr/sbin/, /bin/ and /usr/bin are searched for helpers and all those locations are mounted readonly)
The text was updated successfully, but these errors were encountered: