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
trafficstars

* right now all VGs and all LVs are updated at once, limit this only to specific VG/LV according to properties the uevent carries * make use of proper module...

enhancement

Linux charon 5.4.0-51-generic #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Oct 19 14:52:11 charon udisksd[757]: Error probing device: Error sending ATA command IDENTIFY DEVICE to...

http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Filesystem.BTRFS.html Instead of AddDevice followed by RemoveDevice, it's preferred to use `btrfs replace`. Both `btrfs device add/remove` imply file system resize, and also a relatively expensive balance. Whereas replace is...

enhancement
help wanted

A btrfs volume can be made of multiple devices. Resize is implicit in 'btrfs dev add/remove' in the simple case. But if the user wants to grow or shrink without...

enhancement
help wanted

After sleep computer for example cmd: `rtcwake -m mem -s 3` > org.freedesktop.UDisks2.Drive.Ata: > AamEnabled: false > AamSupported: false > AamVendorRecommendedValue: 0 > ApmEnabled: false > ApmSupported: false > PmEnabled:...

udisks2 version 2.9.1 linux 5.7.15 When I attach my 1TB Western Digital Elements external hard drives, the following is written to the journal: ``` udisksd[923]: Error probing device: Error sending...

C symbols that are marked as deprecated are missing from the documentation. The C headers look sane, deprecated symbols are there and properly annotated. For example the `UDisksManager` section is...

udisks fails to mount a hybrid hfs/iso9660 medium, both automatically and manually. I Observe this with udisks 2.8.4 and 2.6.5. It feels strange to report this, as I'd expect it...

The `zram` module starts showing its age and we should decide the next steps: fix it or drop it. Problems: * ~~systemd only, no `configure` check whether the target system...

There's the following rule in *data/80-udisks2.rules*: ``` # Zram devices setup KERNEL=="zram[0-9]", ENV{SYSTEMD_WANTS}="zram-setup@zram%n.service", TAG+="systemd" ``` and this is what the [email protected] does: ``` [Service] Type=oneshot RemainAfterExit=yes EnvironmentFile=-/usr/lib/zram.conf.d/%i-env ExecStart=-/bin/sh -c 'echo...

bug