udisks icon indicating copy to clipboard operation
udisks copied to clipboard

The UDisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

Results 204 udisks issues
Sort by recently updated
recently updated
newest added

I am trying to resolve a situation with udisks2 and inserting multiple USB disks with identical serial numbers. I am not using udev. I have written my own daemon which...

Normally, run/media/$user is created, and ACL is set for a user. Do you consider the possibility of creating an ACL for $group or user/group? It would be nice to have...

Hi, I'm trying to use `udisks2` alongside [lklfuse](https://github.com/lkl/linux/blob/master/tools/lkl/lklfuse.c), which gets invoked via the following `mount_options.conf`: ``` [defaults] vfat_drivers=lklfuse vfat:lklfuse_allow=type=vfat,uid=$UID,gid=$GID... vfat:lklfuse_defaults=type=vfat,uid=$UID,gid=$GID... ``` ```bash # mount.lklfuse is a simple wrapper around the...

Use AM_CPPFLAGS instead of ovewriting CPPFLAGS. CPPFLAGS is a user variable reserved for local modifications. See https://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html

See https://github.com/storaged-project/libblockdev/pull/1039 for details.

Please can a scripting-friendly interface be provided for `udisksctl`? Here is an example of a use-case (albeit one that will disappear if #476 gets fixed), but it is easy to...

Command `umount /dev/sde?*` unmount sde1, sde2, ... but command `udisksctl unmount -b /dev/sde?*` unmount only sde1

enhancement
help wanted

It [comes from here](https://gitlab.gnome.org/GNOME/gvfs/-/issues/738) (GNOME GVFS) and [here](https://bbs.archlinux.org/viewtopic.php?id=295958) (Arch Linux forum). Initially a Kernel update caused disks, which are not in the fstab, to appear automatically mounted. Seeing that this...

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}'. ```...