udisks
udisks copied to clipboard
The UDisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.
Just a simple test cases to verify that `computer:///` lists our drives (and potentially can mount them).
I tried to mount my Windows `C:\` to Linux using udisks 2.9.4 Because I want to have full access to it. If I use `fstab` many files will be own...
There isn't sufficient documentation on _WriteCacheEnabled_ flag in individual disk conf. Does this override _fstab_ setting if data=ordered? FIle does not exist for my secondary ssd, how do you make...
It is not possible to know the available or used space using UDisks2 having to fallback to parsing "df", Getter methods for Used and/or Available space would be handy.
Besides the traditional `fsck` functionality (aka `org.freedesktop.UDisks2.Filesystem.Check()`) that often requires the filesystem unmounted or readonly, some filesystems do offer scrubbing or similar online consistency check. XFS: https://docs.kernel.org/filesystems/xfs-online-fsck-design.html#checking-on-demand btrfs: https://btrfs.readthedocs.io/en/latest/btrfs-scrub.html API-wise...
https://www.kernel.org/doc/html/latest/admin-guide/filesystem-monitoring.html XFS: https://docs.kernel.org/filesystems/xfs-online-fsck-design.html#health-reporting
In Fedora, we have recently added an openQA test intended to test the GNOME Disks application. It's backed by a 1.1GB disk image file, `/root/disk.img`, which we loopback mount with...
The dm-multipath devices are actually capable of tunneling ioctls down to the drive through an active path. It might be actually dangerous to approach the particular paths directly, in parallel...
I have an entry in `/etc/fstab` that looks something like this: ```fstab /dev/disk/by-label/Resources /run/media/bryan/Resources auto nosuid,nodev,nofail,x-gvfs-show,uid=1000 0 0 ``` The disk is a usb drive, with many partitions including the...
A user reported that [our tool](https://gitlab.tails.boum.org/tails/tails/-/blob/7b642de7b8903f9159213f9f9b4a4b32a7a653ae/config/chroot_local-includes/usr/lib/python3/dist-packages/tps/device.py#L176-176) which calls `udisks_partition_table_call_create_partition_and_format_sync` consistently results in a `Error waiting for LUKS UUID: Timed out waiting for object (0)` error on their system. The udisks...