ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Speccyfighter <zxwarior@yandex.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] автомонтирование без DE
Date: Wed, 30 Jul 2014 07:26:53 +0400
Message-ID: <1208071406690813@web8g.yandex.ru> (raw)
In-Reply-To: <20140730005244.GB32238@mw.mithraen.ru>

30.07.2014, 04:53, "Денис Смирнов" <mithraen@freesource.info>:
>  On Tue, Jul 29, 2014 at 11:52:41PM +0400, Speccyfighter wrote:
>>>   find /dev/disk/by-id/ -name usb-* -print0 \
>>>       | xargs -0 realpath \
>>>       | sort \
>>>       | xargs lsblk -d -l -o NAME,MOUNTPOINT,LABEL,FSTYPE,SIZE
>>   Во-во-во! То что надо. Коротко и всё необходимое для plmount
>>   на месте:
>>   Одно сомнение берёт: есть ли необходимость в SIZE?
>  В случае нескольких девайсов SIZE один из способов идентификации.
>  Я еще и MODEL хотел показывать, но это уже столь красивым способом не
>  получается.

В принципе модель не столь важно, если есть идентификация по SIZE.
Да и LABEL на месте.


>>   Ошибка исчезла. Отработало:
>>   Но ваш вариант выше как-то красивее. ИМХО.
>  В аттаче еще более универсальный вариант. Отличается от простого на шелл
>  тем, что:
>
>  1. поддерживает и USB-devices, _и_ все removable devices (т.е. должно
>  нормально понимать CD, флоппики, и т.д.)
>
>  2. игнорирует все упомянутое в /etc/fstab, даже если оно removable или
>  USB. Хотя нужно ли это -- не уверен. Если не нужно, можно легко обойтись
>  shell'ом без всяких извращений с перловкой.

Думается CD не столь важно. Можно обойтись shell'овым скриптом.
В крайнем случае:

$ alias lscdrom='lsblk -o NAME,MOUNTPOINT,LABEL /dev/cdrom'

$ lscdrom 
NAME MOUNTPOINT LABEL
sr0             

Или короче:

$ lsblk /dev/cdrom 
NAME MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sr0   11:0    1 1024M  0 rom  


всё равно маркером подписываются и привод часто только один.
Тут не перепутаешь.
И без перловки можно обойтись по-минимуму.
А вот на флешках много не попишешь. Особенно которые мини.
Или совсем microSD.


>  P.S. Если будет ругаться на Text::Table --
> apt-get install perl-Text-Table

Выругалось на 12-ю строку:

# lmount2
Can't locate Text/Table.pm in @INC (@INC contains: /usr/local/lib/perl/5.16 /usr/local/share/perl/5.16 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at /usr/local/bin/lmount2 line 12.
BEGIN failed--compilation aborted at /usr/local/bin/lmount2 line 12.

# cat /usr/local/bin/lmount2|head -n 12|tail -n 1
use Text::Table;

# apt-get install perl-Text-Table
Чтение списков пакетов... Завершено
Построение дерева зависимостей... Завершено
Следующие дополнительные пакеты будут установлены:
  perl-Term-ANSIColor perl-Text-Aligner
Следующие НОВЫЕ пакеты будут установлены:
  perl-Term-ANSIColor perl-Text-Aligner perl-Text-Table

И на 72-ю:

# lmount2
Can't locate Data/Dump.pm in @INC (@INC contains: /usr/local/lib/perl/5.16 /usr/local/share/perl/5.16 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at /usr/local/bin/lmount2 line 72.
BEGIN failed--compilation aborted at /usr/local/bin/lmount2 line 72.

которую пришлось закомментировать:

# cat /usr/local/bin/lmount2|head -n 72|tail -n 1
#        use Data::Dump qw/ddx/;

после чего завелось (флешка Toshiba):

$ lmount2
NAME MOUNTPOINT LABEL                            FSTYPE  SIZE MODEL           
sdb             ALT Linux altlinux-p7-icewm/i586 iso9660 3,6G TransMemory     
sdb1            ALT Linux altlinux-p7-icewm/i586 iso9660 333M TransMemory     
sdb2            alt-live-storage                 ext4    3,3G TransMemory     


$ pmount /dev/sdb2


$ lmount2
NAME MOUNTPOINT  LABEL                            FSTYPE  SIZE MODEL           
sdb              ALT Linux altlinux-p7-icewm/i586 iso9660 3,6G TransMemory     
sdb1             ALT Linux altlinux-p7-icewm/i586 iso9660 333M TransMemory     
sdb2 /media/sdb2 alt-live-storage                 ext4    3,3G TransMemory     


-- 
Лучшее - враг хорошего!
(Спектрумовский фольклор)


  reply	other threads:[~2014-07-30  3:26 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-23 16:50 Денис Смирнов
2014-07-23 20:54 ` Michael Shigorin
2014-07-24  8:35   ` Денис Смирнов
2014-07-24  8:57     ` Michael Shigorin
2014-07-24 12:55       ` Владимир Гусев
2014-07-28 23:36       ` Денис Смирнов
2014-07-29  3:55         ` Eugene Prokopiev
2014-07-29 15:10           ` Денис Смирнов
2014-07-24 18:00 ` Speccyfighter
2014-07-24 19:41   ` Фаизов Алишер
2014-07-24 19:49     ` Speccyfighter
2014-07-24 21:21       ` Mikhail Efremov
2014-07-24 23:09         ` Speccyfighter
2014-07-28 23:41           ` Денис Смирнов
2014-07-29 10:48             ` Speccyfighter
2014-07-29 10:52               ` Speccyfighter
2014-07-29 16:16               ` Денис Смирнов
2014-07-29 18:13                 ` Speccyfighter
2014-07-29 19:20                   ` Денис Смирнов
2014-07-29 19:52                     ` Speccyfighter
2014-07-29 19:59                       ` Speccyfighter
2014-07-30  0:52                       ` Денис Смирнов
2014-07-30  3:26                         ` Speccyfighter [this message]
2014-07-30 18:11                           ` Денис Смирнов
2014-07-31  2:00                             ` Speccyfighter
2014-07-31 14:06                               ` Денис Смирнов
2014-07-31 14:39                                 ` Speccyfighter
2014-07-31 16:47                                   ` Денис Смирнов
2014-07-31 17:35                                     ` Speccyfighter
2014-07-31 19:05                                       ` Денис Смирнов
2014-08-01  0:47                                         ` Speccyfighter
2014-08-01  2:43                                           ` Денис Смирнов
2014-08-01 17:13                                             ` Speccyfighter
2014-08-02 14:09                                               ` Денис Смирнов
2014-08-02 18:51                                                 ` Speccyfighter
2014-08-03  3:58                                                   ` Денис Смирнов
2014-08-03 14:22                                                     ` Speccyfighter
2014-08-03 19:46                                                       ` Денис Смирнов
2014-08-03 22:33                                                         ` Speccyfighter
2014-08-04 13:29                                                           ` Денис Смирнов
2014-08-05 15:15                                                             ` Speccyfighter
2014-08-05 18:43                                                               ` Денис Смирнов
2014-08-06 12:55                                                                 ` Speccyfighter
2014-08-06 21:52                                                                   ` Денис Смирнов
2014-08-07  0:24                                                                     ` Speccyfighter
2014-08-07 15:56                                                                         ` Speccyfighter
2014-08-07 16:14                                                                           ` Speccyfighter
2014-08-07 16:55                                                                             ` Денис Смирнов
2014-08-07 17:07                                                                               ` Speccyfighter
2014-08-08  3:28                                                                                 ` Денис Смирнов
2014-08-09 19:50                                                                                   ` Michael Shigorin
2014-08-15  9:52                                                                                     ` Денис Смирнов
2014-08-15 10:22                                                                                       ` Michael Shigorin
2014-08-15 11:26                                                                                         ` Денис Смирнов
2014-08-04 18:35                                                   ` Michael Shigorin
2014-07-30  4:46                         ` Speccyfighter
2014-07-30  5:31                           ` Speccyfighter
2014-07-30 14:41                           ` Денис Смирнов
2014-07-30 16:39                             ` Speccyfighter
2014-07-29 19:27                   ` Speccyfighter
2014-07-29 19:04                 ` Speccyfighter
2014-07-30  0:10                   ` Денис Смирнов
2014-07-30  9:23                 ` Michael Shigorin
2014-07-30 14:39                   ` Денис Смирнов
2014-07-30  9:38                 ` Sergey
2014-07-30 11:16                   ` Sergey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1208071406690813@web8g.yandex.ru \
    --to=zxwarior@yandex.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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