ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Монтирование флешки
@ 2015-01-26 20:06 ruslandh
  2015-01-26 20:36 ` ruslandh
  2015-01-27  6:47 ` Денис Смирнов
  0 siblings, 2 replies; 10+ messages in thread
From: ruslandh @ 2015-01-26 20:06 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

Здравствуйте!

Похоже приплыли :).
haldaemon перестал работать в системе с systemd.

Отсюда вопрос - как заменить фуннкционал hmount.

В частности у меня в скриптах была такая полезная вещь:

hmount <label>

Как это выполнить с помощью udiskctl?


-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-26 20:06 [sisyphus] Монтирование флешки ruslandh
@ 2015-01-26 20:36 ` ruslandh
  2015-01-27  6:47 ` Денис Смирнов
  1 sibling, 0 replies; 10+ messages in thread
From: ruslandh @ 2015-01-26 20:36 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

Здравствуйте ruslandh
  В сообщении от 26 января 2015 ruslandh написал(a):
> Здравствуйте!
>
> Похоже приплыли :).
> haldaemon перестал работать в системе с systemd.
>
> Отсюда вопрос - как заменить фуннкционал hmount.
>
> В частности у меня в скриптах была такая полезная вещь:
>
> hmount <label>
> Как это выполнить с помощью udiskctl?
Получилось так:

udiskctl mount -b $(readlink -f /dev/disk/by-label/<Label>)



-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-26 20:06 [sisyphus] Монтирование флешки ruslandh
  2015-01-26 20:36 ` ruslandh
@ 2015-01-27  6:47 ` Денис Смирнов
  2015-01-27 20:20   ` ruslandh
  2015-01-28  4:02   ` ruslandh
  1 sibling, 2 replies; 10+ messages in thread
From: Денис Смирнов @ 2015-01-27  6:47 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 527 bytes --]

On Mon, Jan 26, 2015 at 11:06:10PM +0300, ruslandh wrote:

> Похоже приплыли :).
> haldaemon перестал работать в системе с systemd.
> Отсюда вопрос - как заменить фуннкционал hmount.
> В частности у меня в скриптах была такая полезная вещь:
> hmount <label>
> Как это выполнить с помощью udiskctl?

apt-get install mnt

mnt -l показывает девайсы
mnt -- монтирует

Если установлен hmount будет пытаться вызывать его, если нет pmount, если
нет обоих -- udiskctl.

-- 
С уважением, Денис

http://mithraen.ru/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-27  6:47 ` Денис Смирнов
@ 2015-01-27 20:20   ` ruslandh
  2015-01-28  4:02   ` ruslandh
  1 sibling, 0 replies; 10+ messages in thread
From: ruslandh @ 2015-01-27 20:20 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

Здравствуйте Денис Смирнов
  В сообщении от 27 января 2015 Денис Смирнов написал(a):
> > Похоже приплыли :).
> > haldaemon перестал работать в системе с systemd.
> > Отсюда вопрос - как заменить фуннкционал hmount.
> > В частности у меня в скриптах была такая полезная вещь:
> > hmount <label>
> > Как это выполнить с помощью udiskctl?
> apt-get install mnt
>
> mnt -l показывает девайсы
> mnt -- монтирует
>
> Если установлен hmount будет пытаться вызывать его, если нет
> pmount, если нет обоих -- udiskctl.

К сожалению не помогает, так-как, идёт обращение  к hmount, а он 
обращается к haldaemon, о он не работает. :(


-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-27  6:47 ` Денис Смирнов
  2015-01-27 20:20   ` ruslandh
@ 2015-01-28  4:02   ` ruslandh
  2015-01-28  5:47     ` ruslandh
  2015-01-28  7:09     ` Денис Смирнов
  1 sibling, 2 replies; 10+ messages in thread
From: ruslandh @ 2015-01-28  4:02 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

Здравствуйте Денис Смирнов
  В сообщении от 27 января 2015 Денис Смирнов написал(a):
> apt-get install mnt
>
> mnt -l показывает девайсы
> mnt -- монтирует
>
> Если установлен hmount будет пытаться вызывать его, если нет
> pmount, если нет обоих -- udiskctl.

Что-то вчера видно не так делал, сегодня всё работает, спасибо.

PS жаль, что он размонтировать не умеет, но это мелочи :)

-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-28  4:02   ` ruslandh
@ 2015-01-28  5:47     ` ruslandh
  2015-01-28  7:10       ` Денис Смирнов
  2015-01-28 12:43       ` Sergey V Turchin
  2015-01-28  7:09     ` Денис Смирнов
  1 sibling, 2 replies; 10+ messages in thread
From: ruslandh @ 2015-01-28  5:47 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

Здравствуйте ruslandh
  В сообщении от 28 января 2015 ruslandh написал(a):
> > Если установлен hmount будет пытаться вызывать его, если нет
> > pmount, если нет обоих -- udiskctl.
>
> Что-то вчера видно не так делал, сегодня всё работает,
> спасибо.
>
> PS жаль, что он размонтировать не умеет, но это мелочи

Всё - разобрался - всё заработало после сноса hmount.
А в TDE теперь иконки с устройствами не появляются :(


-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-28  4:02   ` ruslandh
  2015-01-28  5:47     ` ruslandh
@ 2015-01-28  7:09     ` Денис Смирнов
  1 sibling, 0 replies; 10+ messages in thread
From: Денис Смирнов @ 2015-01-28  7:09 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

On Wed, Jan 28, 2015 at 07:02:21AM +0300, ruslandh wrote:

>> Если установлен hmount будет пытаться вызывать его, если нет
>> pmount, если нет обоих -- udiskctl.
> Что-то вчера видно не так делал, сегодня всё работает, спасибо.
> PS жаль, что он размонтировать не умеет, но это мелочи :)

Как не умеет? umnt должен работать. Если не работает -- прошу жаловаться,
чтобы я мог пофиксить.

-- 
С уважением, Денис

http://mithraen.ru/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-28  5:47     ` ruslandh
@ 2015-01-28  7:10       ` Денис Смирнов
  2015-01-28 12:43       ` Sergey V Turchin
  1 sibling, 0 replies; 10+ messages in thread
From: Денис Смирнов @ 2015-01-28  7:10 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

On Wed, Jan 28, 2015 at 08:47:34AM +0300, ruslandh wrote:

>> Что-то вчера видно не так делал, сегодня всё работает,
>> спасибо.
>> PS жаль, что он размонтировать не умеет, но это мелочи
> Всё - разобрался - всё заработало после сноса hmount.
> А в TDE теперь иконки с устройствами не появляются :(

Ой, при этом если установлен systemd и hmount, то хоть он и не работает,
но иконки с устройствами появляются?

-- 
С уважением, Денис

http://mithraen.ru/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-28  5:47     ` ruslandh
  2015-01-28  7:10       ` Денис Смирнов
@ 2015-01-28 12:43       ` Sergey V Turchin
  2015-01-28 19:01         ` ruslandh
  1 sibling, 1 reply; 10+ messages in thread
From: Sergey V Turchin @ 2015-01-28 12:43 UTC (permalink / raw)
  To: ruslandh, ALT Linux Sisyphus discussions

On Wednesday 28 January 2015 08:47:34 ruslandh  wrote:

[...]
> А в TDE теперь иконки с устройствами не появляются :(
В новом TDE уже появилась поддержка udev.
http://www.opennet.ru/opennews/art.shtml?num=41283

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [sisyphus] Монтирование флешки
  2015-01-28 12:43       ` Sergey V Turchin
@ 2015-01-28 19:01         ` ruslandh
  0 siblings, 0 replies; 10+ messages in thread
From: ruslandh @ 2015-01-28 19:01 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

Здравствуйте Sergey V Turchin
  В сообщении от 28 января 2015 Sergey V Turchin написал(a):
> > А в TDE теперь иконки с устройствами не появляются :(
>
> В новом TDE уже появилась поддержка udev.
> http://www.opennet.ru/opennews/art.shtml?num=41283
Давно пора :)

-- 
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-01-28 19:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 20:06 [sisyphus] Монтирование флешки ruslandh
2015-01-26 20:36 ` ruslandh
2015-01-27  6:47 ` Денис Смирнов
2015-01-27 20:20   ` ruslandh
2015-01-28  4:02   ` ruslandh
2015-01-28  5:47     ` ruslandh
2015-01-28  7:10       ` Денис Смирнов
2015-01-28 12:43       ` Sergey V Turchin
2015-01-28 19:01         ` ruslandh
2015-01-28  7:09     ` Денис Смирнов

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git