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

In case capacity reporting is not supported by the NVMe controller, calculate the drive size from the currently attached namespaces as a workaround. This presents a chicken-egg problem when not...

I recently upgraded to Fedora 39 and udisks is no longer able to detect my drive size. The version is `udisks2-2.10.1-1.fc39.x86_64` Relevant terminal output: ```bash phantom@rog:~$ udisksctl info --drive INTEL_SSDPEKNU010TZ_BTKA134213YD1P0B...

bug

While `udisksd` already does a great job of setting APM values at boot, I heavily miss a way to put a drive to sleep at boot time (same thing `hdparm...

**This issue is missing samples to reproduce as they were inadvertently destroyed.** If you came here from a search then kindly engage here and supply samples before doing _any_ partition...

From `crypttab`'s [manpage](https://man7.org/linux/man-pages/man5/crypttab.5.html): ``` Each line is in the form volume-name encrypted-device key-file options ... 3. The third field specifies an absolute path to a file with the encryption key....

enhancement

A partition starting at offset 0 doesn't really make sense, but we currently have a code that should allow it (see [udiskslinuxpartitiontable.c#L434](https://github.com/storaged-project/udisks/blob/master/src/udiskslinuxpartitiontable.c#L434)). It looks like this no longer works with...

bug

Udisks daemon inhibits automatic screen lock during raid check (and other long running tasks I suppose), which is a security issue for user devices like desktop or laptop. While screen...

Would be nice to have counterpart of `losetup -c loopdev` that I started using in filesystem tests. Just a simple method on the `org.freedesktop.UDisks2.Loop` interface submitting `LOOP_SET_CAPACITY` ioctl. Needs libblockdev...

enhancement

I have an ISO image I took of a game installation disk, that uses (abuses?) the hybrid HFS/ISO9660 setup to have the HFS partition completely separate from the ISO9660 content...

Version: 2.10.0 Plugging in and USB stick (with NTFS formatted), I get: ``` Jul 24 18:11:38 pluto udisksd[736]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdc': Unexpected...