Vojtech Trefny

Results 138 comments of Vojtech Trefny

> The x-udisks-auth option is NOT specified in my fstab. The description for the polkit action doesn't really make sense here, it's not realated to the `x-udisks-auth` option at all,...

> Alas mounting as an unprivileged user doesn't work without adding said user to the disk group. Ok, that explains that. UDisks uses libmount and we try to behave the...

We now require libblockdev 2.99 on master so I guess this is now ready to merged.

> we could guard that code with these conditions: if the flag file exists (i.e. its meaning becomes "inconditionally do the check on all block devices") OR the block device...

> Instead, they need a way to handle subvolumes We have a separate btrfs plugin with "advanced" btrfs functionality: http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Manager.BTRFS.html http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Filesystem.BTRFS.html

UDev info for "multidisk" and "singledisk" volumes is the same. AFAICT only way how we can tell that two btrfs filesystems are part of the same volume is the same...

We can add some additional functions and/or properties to the btrfs plugin, but I don't see how we could add something helpful to the "core" UDisks API.

It would be really helpful to have more information in UDev database. btrfs progs already ship a very simple UDev rule so adding a a `btrfs filesystem show` call to...

The problem is kernel no longer returns EBUSY when we detach a "busy" loop device: > Note that since Linux v3.7 kernel uses "lazy device destruction". The detach operation does...