udisks
udisks copied to clipboard
The UDisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.
## Issue Description It would be beneficial to be able to use the `commit` mount option in _mount_option.conf_ under _ext4_defaults section_. ## Mount Options Details ### `commit=nrsec` The `commit=nrsec` option...
I am using `udisksctl mount` to mount an iso9660 image file but all the filenames are lower case. I tried mount with the following parameters `mount -t iso9660 -o loop,check=relaxed,map=off,norock,nojoliet`...
Removable drives are frequently formatted with the `vfat` and `exfat` filesystems Currently `vfat` filesystems are mounted with the `flush` option by default: https://github.com/storaged-project/udisks/blob/060c9492d616f5b5287e834b50297e414c52f166/data/builtin_mount_options.conf#L4 This results in the write buffer being...
Completely untested, first draft that I'm completely not confident with. Lots of open questions regarding loosely-defined smartctl JSON output as well as loosely defined drivedb attribute names. Might be easier...
The `Block.HintAuto` property is an indication that the block device can be trusted for automounting - taking in account connection bus, block device type (floppies), devicemapper layering and corresponding fstab...
I see no option in the current code for anything beyond the "SECURE ERASE" command invocation. Per the NIST standard (NIST Special Publication 800-88, Revision 1, Guidelines for Media Sanitization),...
Several times I came across the need to cross-update two objects interlinked together - e.g. * `Drive.Size` property needs to be updated after the `NVMe.Namespace` interface uevent * `LogicalVolume` needs...
UDisks supports Btrfs through a btrfs filesystem object in Cockpit we noticed this isn't enough abstraction to easily work and represent btrfs (and maybe other volume based fs as well...
As suggested by #894 I created /etc/udisks2/tcrypt.conf (which is an empty file). ``` udisksctl info -b /dev/sdb2 /org/freedesktop/UDisks2/block_devices/sdb2: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/sdb2 DeviceNumber: 2066 Drive: '/org/freedesktop/UDisks2/drives/SSK_SSK_Storage_012345678913' HintAuto:...
Syscalls (e.g. mount) or writing to certain device files (e.g. `/dev/nvme-fabrics`) only tend to return errno with no further context. This is too generic and makes users often confused. The...