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

Allow multiple mounts of the same filesystem in some situations #1281

Open
25pwn opened this issue May 15, 2024 · 0 comments
Open

Allow multiple mounts of the same filesystem in some situations #1281

25pwn opened this issue May 15, 2024 · 0 comments

Comments

@25pwn
Copy link

25pwn commented May 15, 2024

When trying to mount a filesystem that is already mounted, I get:

$ udisksctl mount -b "${device}"
Error mounting ${device}: GDBus.Error:org.freedesktop.UDisks2.Error.AlreadyMounted: Device ${device} is already mounted at `${path}'.

This disregards this fact from mount.2:

Since Linux 2.4 a single filesystem can be mounted at multiple mount points, and multiple mounts can be stacked on the same mount point.

udisks should allow multiple mounts of the same filesystem.

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