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

Hi! Please consider adding additional mount options `uid=ignore` and `gid=ignore` for UDF filesystems when mounting removable devices. Mount options `-o uid=,uid=ignore` cause that all files visible in VFS would be...

I have a custom systemd *hdparm-on-boot.service* enabled: ```bash ExecStart=/usr/bin/hdparm -Y /dev/disk/by-id/ata-SAMSUNG_HD... WantedBy=multi-user.target ``` The service starts and finishes before *udisks2* service starts. Before the update from udisks 2.8.4 to 2.9.0...

needinfo

Here's the topology (lsblk output): ``` NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.8T 0 disk ├─sda1 8:1 0 1T 0 part │ └─luks-aa9775a5-a3e7-44bf-ab55-9299c92fb246 254:6 0 1024G...

UDisks provides so-called `tear-down` option for couple of methods that is supposed to hierarchically walk through the device tree and lock/destroy/cleanup everything involved, including `fstab` and `crypttab` records. For this...

It would be very convenient if we could have a way to set "default" options for all drives. The most obvious way would be allowing an [ATA] section in udisks.conf...

enhancement
config

Command `udiskctl info` uses white text for the field headings. If your terminal has a white background, this is unreadable: ![image](https://user-images.githubusercontent.com/120296/80913082-a8a10a80-8d39-11ea-83fc-1d71e2897a67.png) A workaround is to pipe the output through `cat`,...

My application is using the inotify service to detect the appearance of a plugged-in USB key (I have set up a udev rule to generate an entry in a `/dev/...`...

enhancement

We have some simple API examples for all storaged projects in https://github.com/storaged-project/api-examples but for UDisks we have DBus API example, we also need some examples for libudisks, the API is...

enhancement

If a method that results in objects' properties being changed is called, the call finishes while the properties are still being updated by the ["udev feedback loop"](https://github.com/storaged-project/udisks/issues/572#issuecomment-421935724). So in some...

needinfo

Add reserve block percentage option for formatting. When formatting large memory cards with ext4 it'd be good to have possibility to adjust reserve block percentage. Currently options passed to build_command...