udisks
udisks copied to clipboard
The UDisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.
Hey. This must have started with a recent upgrade of `udisks` or maybe one of its libs like `libblockdev` (unfortunately I don't know exactly which). What I do is: -...
Hi, there is this downstream discussion which you might be interested in and for which I'd appreciate your feedback as upstream. In that issue, it is requested that udisks (downstream)...
When a user has multiple subvol's mounted from the same blockdevice it is not possible to create a subvolume on a specific mount point. For example: subvolumes: ``` /left /right...
When returning from screen locked (using xflock4 - whether auto lock or manually triggered), a dialog box appears requesting authentication for udisk2.ata-smart-update . I'm using psensor to monitor the disks,...
After an update couple of weeks ago, I kept getting a pop-up asking for permission to mount any partition, even though I have always been a root user, it used...
Hey, in the past there were some attempts of maintaining a client library in Rust but they are not active anymore: https://github.com/csnewman/udisks-rs https://github.com/pop-os/dbus-udisks2 The C client library consists of both...
hi, trying to build the last version build with --enable-iscsi modules option. > checking libiscsi.h usability... no checking libiscsi.h presence... no checking for libiscsi.h... no checking for libiscsi_init in -liscsi......
I see that libblockdev supports specifying PBKDF options (`max_memory_kb`, `iterations`, etc.) via the `BDCryptoLUKSExtra` struct in the call to `bd_crypto_luks_format`: https://github.com/storaged-project/libblockdev/blob/291a642f9cebf18334ab2e035a33011d6abbb22a/src/plugins/crypto.c#L929 It would be useful if udisks' `Format` method would...
OS: Fedora Kinoite 39 udisks2 ver: udisks2-2.10.1-1.fc39.x86_64 Trying to delete loop device using `loop-delete` but it doesn't work. ``` ❯ losetup -l NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC...
Fixes #1202 Fixes #1248