Skip to main content

Questions tagged [udisks]

udisks provides a daemon that implements interfaces that can be used to enumerate and perform operations on storage devices and a cli tool - udisksctl, to query and use the daemon.

4 votes
3 answers
339 views

There is a headless machine, with Debian as its OS: $ cat /etc/issue Debian GNU/Linux 11 \n \l $ uname -a Linux mymachine 6.1.99 #33 SMP Tue Jan 21 11:32:39 CST 2025 aarch64 GNU/Linux What I wish to ...
Daniel's user avatar
  • 418
0 votes
4 answers
100 views

I would like to mount a partition of an external hard drive from a script using udisksctl mount --block-device /dev/sda1 and in the end of the script I would like to unmount it. However, it may ...
Alexey's user avatar
  • 2,380
3 votes
1 answer
462 views

I have a USB hard drive connected to Raspberry Pi OS that seemingly never spins down. It turns out that udisks2.service is performing regular "housekeeping" and failing: Sep 05 02:32:13 rpi ...
Andreas's user avatar
  • 644
0 votes
1 answer
207 views

I have some mount units that are not always being started. When one of them isn't started, I find that the corresponding device is instead mounted in /media/${USER}. What do I need to do to make these ...
Melab's user avatar
  • 4,496
0 votes
0 answers
319 views

My PC is running a dual-boot setup. I have two NVMe Drives, running Windows 10 and Arch Linux respectively. I first installed Windows, then Arch. My bootloader is GRUB and is able to boot to both OSs. ...
Hyunbin Yoo's user avatar
2 votes
2 answers
374 views

I have a removable SD Card formatted with exfat which I would like to mount with udisksctlvia the udisks2 mechanism. What I want to do is to replicate a noexec option by using dmask=0002 and fmask=...
emk2203's user avatar
  • 838
0 votes
0 answers
71 views

udisks exists for regular users, root must (and is) able to live without it, I need help figuring out how. The goal is to do exactly what udisks power-off /dev/sdX does without udisks. hdparm is out ...
EmErAJID's user avatar
3 votes
1 answer
957 views

udisksctl is my tool of choice when dealing with file system images (recent example, but I've been doing this all over the place). The dance typically looks like fallocate -l ${img_size} filesystem....
Marcus Müller's user avatar
0 votes
1 answer
292 views

Default mount path with udisks2, udiskie is /media/XXXXX On some distributions /media/user/XXXXXX How to change automount path for USB drives to a shorter /mnt/sdb1 /mnt/sdc2 etc. With udisks2, ...
YukaMax's user avatar
0 votes
0 answers
114 views

Recently, I moved my docker data from /var/lib/docker to the home directory: /home/me/data/docker. Since then, I see mounted storages in my file explorer (Nemo). I've tried to google for udisks rules ...
dbzix's user avatar
  • 231
1 vote
0 answers
421 views

I have a PC with Debian 10. I need the USB drives to have broader permissions than those given by default by the system. I will give an example: with the user "john" being authenticated, ...
Gustavo's user avatar
  • 71
0 votes
1 answer
1k views

What I get when trying to mount an external drive: $ udisksctl mount --block-device /dev/sdb1 The program 'udisksctl' is not in your PATH. You can make it available in an ephemeral shell by typing: ...
toraritte's user avatar
  • 1,222
3 votes
1 answer
9k views

https://wiki.archlinux.org/title/NTFS#Unable_to_mount_with_ntfs3_with_partition_marked_dirty When a NTFS partition is marked dirty, NTFS3 cannot mount this on linux But NTFS-3G (and also Windows) can ...
Firestar-Reimu's user avatar
3 votes
0 answers
996 views

I'm trying to run udiskie and udisks2's udisksctl to mount an SD card without root privileges. System is Debian, CL-only, headless: $ udiskie-mount /dev/mmcblk0p1 --verbose DEBUG [2023-04-04 00:35:15,...
Daniel's user avatar
  • 418
0 votes
1 answer
193 views

$ sudo mkfs.btrfs -fL borgbackups /dev/vgxubuntu/borgbackups $ udisksctl mount -o compress=ztsd:15 -b /dev/mapper/vgxubuntu-borgbackups Error mounting /dev/dm-3: GDBus.Error:org.freedesktop.UDisks2....
eugenevd's user avatar
  • 156

15 30 50 per page
1
2 3 4 5 6