Vojtech Trefny
Vojtech Trefny
> Is it possible that there is a race, i.e. that I'm receiving the notification before the device is actually ready to be mounted ? Any idea how to debug...
It might be better to add a special `MountSubvolume` function to the `.Filesystem.Btrfs` interface to make it easier for users to mount subvolumes without specifying the `subvol=` option for the...
Mounting apfs currently fails because we are adding `uhelper=udisks2` option by default and this doesn't work with FUSE filesystems. @tbzatek is currently rewriting the mount options in UDisks so this...
Yes, we can do that. We are already using filesystem labels for mountpoints, so using label when unlocking LUKS makes sense too. You can also put the device in crypttab...
This might actually be quite hard to implement -- it is not possible to check if a mountpoint is "normal" or "bind". See this comment for more information: https://bugzilla.gnome.org/show_bug.cgi?id=782814#c30
We are using github pages for storaged.org and I'm not sure if it's possible to set https for custom domain there. I'll try to look for some solution for this,...
We need to change the DNS records to make this work.
> Confirming on my Intel Atom x5-Z8350 (Cherry Trail) tablet: `mmcblk0` reads `MMC` and `mmcblk2` reads `SD` as supposed. Kernel 5.7.0-rc2+ > Seems to be working correctly on ARM too...
Thank you for the report, I've moved the issue from blivet-gui to blivet, there's nothing I can do about this in the GUI code. Unfortunately we'll probably not going to...
I updated the broken link (and removed the second one), but we currently have only developer documentation for both [blivet](http://storaged.org/blivet/) and [blivet-gui](http://storaged.org/blivet-gui/) so not really useful for users (I have...