udisks
udisks copied to clipboard
The UDisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.
Problem: when an external flash drive with `exfat` (and likely `ntfs`/`vfat`) filesystem is automatically mounted with UDisks, all files on the drive are present as executable [which may be a...
udisks does not support getting SMART information from USB docks, which means that I cannot see any diagnostics in gnome-disks. Issue #433 is about replacing libatasmart with smartmontools, which would...
It would be great if I could mark certain devices via udev so that UDisks would never try to detect them as multipath devices. For example, I have two identical...
Here as a user I'd like to emphasize the intent of udisks, for a long time I have been able to prevent the Linux desktop from auto-mounting usb drives by...
`Resize` functions in `org.freedesktop.UDisks2.Partition` and `org.freedesktop.UDisks2.LogicalVolume` should provide an option to resize both the device and filesystem on it (if supported).
Please can `udisksctl` gain a command to unlock and mount a LUKS-encrypted drive in one step? At the moment, there [does not seem to be a way](https://unix.stackexchange.com/a/329639/6860) to do this....
After `touch /etc/udisks2/tcrypt.conf` tcrypt encrypted partitions/devices on usb pen drives seem to always get removable=0 I get the impression the removable is like the rotational and there is not a...
I would like to use udisksctl in scripts but don't want to have my key file in plain text. Would it be possible for the `--key-file` argument to accept `-`...
Hi There, We have an automated system that does some copying to a usb thumbdrive. The process mounts the device using udisksctl mount -b , copies using rsync, then unmounts...
There's a race condition with side threads (housekeeping thread and possibly any method call handler) accessing object interfaces that get unreferenced underneath (as a result of uevent processing). ``` ==91952==...