We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to mount a filesystem that is already mounted, I get:
This disregards this fact from
mount.2
:udisks should allow multiple mounts of the same filesystem.
The text was updated successfully, but these errors were encountered: