You are not logged in.

#1 2014-09-18 16:49:17

xameada
Member
Registered: 2014-05-26
Posts: 8

Udisks command not found

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

#2 2014-09-18 17:05:06

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Udisks command not found

What does 'which udisks' tell you? What does 'ls /usr/bin/udisks' tell you?

Offline

#3 2014-09-18 20:33:19

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,573
Website

Re: Udisks command not found

pacman -Qs udisks

May 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.

Online

#4 2014-09-19 01:10:20

xameada
Member
Registered: 2014-05-26
Posts: 8

Re: Udisks command not found

Here's what I gotten:

tomk wrote:

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


WorMzy wrote:
pacman -Qs udisks

May help shed some light too.

local/udisks2 2.1.3-1
    Disk Management Service, version 2

Last edited by xameada (2014-09-19 01:12:32)

Offline

#5 2014-09-19 01:12:37

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,480
Website

Re: Udisks command not found

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

#6 2014-09-19 01:16:22

xameada
Member
Registered: 2014-05-26
Posts: 8

Re: Udisks command not found

Trilby wrote:

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

#7 2014-09-19 01:23:01

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Udisks command not found

One of them has a 2 on the end. roll

Here's an idea: tell us what you are actually trying to achieve.

Offline

#8 2014-09-19 04:46:43

xameada
Member
Registered: 2014-05-26
Posts: 8

Re: Udisks command not found

tomk wrote:

One of them has a 2 on the end. roll

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

#9 2014-09-19 05:03:03

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,667

Re: Udisks command not found

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 %

https://bbs.archlinux.org/viewtopic.php?id=137449


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

Online

#10 2014-09-19 07:02:00

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Udisks command not found

How do you mount the drive?

Offline

Board footer

Powered by FluxBB