You are not logged in.
Pages: 1
I have udisks installed on my machine and managed to get info from 'man udisks', however I'm not able to execute the command 'udisks'. It would say command not found.
Offline
What does 'which udisks' tell you? What does 'ls /usr/bin/udisks' tell you?
Offline
pacman -Qs udisksMay help shed some light too.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Here's what I gotten:
What does 'which udisks' tell you? What does 'ls /usr/bin/udisks' tell you?
which: no udisks in (/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/kde/bin:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/william/bin:/usr/lib/qt4/bin)There's no udisks found under /usr/bin
pacman -Qs udisksMay help shed some light too.
local/udisks2 2.1.3-1
Disk Management Service, version 2Last edited by xameada (2014-09-19 01:12:32)
Offline
You don't have udisks installed. You have udisks2 which doesn't provide a binary named "udisks":
$ pkgfile -l udisks2 | grep bin
extra/udisks2 /usr/bin/
extra/udisks2 /usr/bin/udisksctl
extra/udisks2 /usr/bin/umount.udisks2"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
You don't have udisks installed. You have udisks2 which doesn't provide a binary named "udisks":
$ pkgfile -l udisks2 | grep bin extra/udisks2 /usr/bin/ extra/udisks2 /usr/bin/udisksctl extra/udisks2 /usr/bin/umount.udisks2
Ahh! I must have misread it. Though what is the difference between udisks and udisks 2?
Offline
One of them has a 2 on the end. ![]()
Here's an idea: tell us what you are actually trying to achieve.
Offline
One of them has a 2 on the end.
Here's an idea: tell us what you are actually trying to achieve.
I just want to be able to use the command line to unmount my external drive.
Offline
They are yanking your chain a bit. They do different things, and you can install them side by side:
ewaller$@$odin ~ 1001 %pacman -Qs udisks
local/udiskie 1.1.2-1
Removable disk automounter using udisks
local/udisks 1.0.5-1
Disk Management Service
local/udisks2 2.1.3-1
Disk Management Service, version 2
ewaller$@$odin ~ 1002 %Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
How do you mount the drive?
Offline
Pages: 1