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

A blank DVD+RW shows up as having 2k of data instead of showing the blank capacity of 4.7GB. `udisks2-2.9.2-2.fc34.x86_64` ![Screenshot from 2021-04-21 10-50-53](https://user-images.githubusercontent.com/769861/115526250-208c7b80-a290-11eb-9e2c-4527f9d2f70a.png) ``` /org/freedesktop/UDisks2/drives/TSSTcorp_CDDVDW_SE_208DB_R8X76YAF201JLH: org.freedesktop.UDisks2.Drive: CanPowerOff: true Configuration: {}...

The device block name in this case is `/dev/mmcblk0`. This causes KDE Device Notifier to consider this device removable. This is an eMMC (embedded MMC) device, not an MMC card....

**Please add support to recognize UDF multisession optical discs.**   udisks currently doesn't seem to recognize UDF multisession optical discs (CD / DVD). Tested with openSUSE-15.2 (udisks2-2.8.1) and Debian-11-Testing (Bullseye...

in `/usr/share/dbus-1/interfaces` including the modules. Just a convenience feature, might help consumers to get an actual interface definition file and prevent embedding a copy in their repositories.

I am trying to test auto mounting with a hot plugged virtual disk in a Xen VM. I made a udev rule to set UDISKS_AUTO=1 and UDISKS_SYSTEM=0 for /dev/xvdb and...

Fix this! ``` (lt-udisksd:12313): GLib-GObject-CRITICAL **: 16:14:15.547: g_object_ref: assertion 'old_val > 0' failed (lt-udisksd:12313): udisks-CRITICAL **: 16:14:15.547: udisks_daemon_get_mount_monitor: assertion 'UDISKS_IS_DAEMON (daemon)' failed (lt-udisksd:12313): GLib-GObject-WARNING **: 16:14:15.547: invalid (NULL) pointer instance...

As the title suggests, I was wondering whether it would be worth adding the WRITE permission for the relevant user for `/run/media/$USER`. The reason behind this is that I was...

Background on this issue: https://gitlab.gnome.org/GNOME/gvfs/-/issues/519 https://bugs.kde.org/show_bug.cgi?id=427092 Nautilus and Dolphin show a disk icon for each Btrfs member device, and then much user and udisks confusion ensues. Desktop environment consumers may...

Following the recent btrfs tests that include checks for the `org.freedesktop.UDisks2.Block.IdType` property with expectation to be empty a lingering `LVM2_member` value was found. This happens when running a full d-bus...

udisks doesn't seem to provide a way to figure out the mountpoint of block devices, since it only provides an alphabetically sorted list of mounts, which includes bind mounts. Both...