linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Farkas Levente <lfarkas@bppiac.hu>
To: linux-hotplug@vger.kernel.org
Subject: Re: udev remove ATTR(S) not working
Date: Sun, 10 Jun 2007 11:33:15 +0000	[thread overview]
Message-ID: <466BE17B.4010805@bppiac.hu> (raw)
In-Reply-To: <46673B9D.3000205@bppiac.hu>

Andrey Borzenkov wrote:
>> this's my udev rules: 
>> ----------------------------------------
>> # cat /etc/udev/rules.d/10-local.rules
>> ACTION="add", KERNEL="sd[a-z]", SUBSYSTEM="block",
>> ATTR{size}="2880", ATTRS{serial}="07530736300A", ATTRS{product}="USB
>> DISK Pro", SYMLINK+="lfarkas", RUN+="/root/bin/home-up
>> /dev/VolGroup00/LogVol02 lfarkas"
>>
>> ACTION="remove", KERNEL="sd[a-z]", SUBSYSTEM="block",
>> RUN+="/root/bin/home-down lfarkas"
> [...]
>> this's working. the only problem i'd like to do it better ie somehow
>> recognize only _my_ pendrive. in case of add i can use ATTR{size},
>> ATTRS{serial}, ATTRS{product}, but in remove i can't do any better then
>> KERNEL="sd[a-z]", SUBSYSTEM="block" which is a satisfied by all kind
>> of removable device:-( so that's my problem. ie if i plug and remove my
>> camera it also try to remove my home partition:-(
> 
> Have you ever tried udevinfo?
> 
> {pts/0}% udevinfo -q env --name sda
> ID_VENDOR=ATA
> ID_MODEL=IC25N020ATDA04-0
> ID_REVISIONÚ3O
> ID_SERIAL=SATA_IC25N020ATDA04-_63A63GY1081
> ID_SERIAL_SHORTcA63GY1081
> ID_TYPE=disk
> ID_BUS=scsi
> ID_ATA_COMPAT=IC25N020ATDA04-0_63A63GY1081
> ID_PATH=pci-0000:00:04.0-scsi-0:0:0:0
> ID_EDD=int13_dev80
> 
> notice ID_SERIAL or ID_SERIAL_SHORT?

yes but as i wrote earlier if i write
ENV{ID_SERIAL}="_USB_DISK_Pro_07530736300A" it's not working in case of
removal! that's my problem!

-- 
  Levente                               "Si vis pacem para bellum!"

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

  parent reply	other threads:[~2007-06-10 11:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-06 22:56 udev remove ATTR(S) not working Farkas Levente
2007-06-06 23:08 ` Kay Sievers
2007-06-07  3:38 ` Andrey Borzenkov
2007-06-07  8:38 ` Farkas Levente
2007-06-07 16:30 ` Andrey Borzenkov
2007-06-07 21:13 ` Farkas Levente
2007-06-09 13:03 ` Farkas Levente
2007-06-09 15:37 ` Andrey Borzenkov
2007-06-09 15:40 ` Andrey Borzenkov
2007-06-09 17:54 ` Kay Sievers
2007-06-09 19:58 ` Farkas Levente
2007-06-09 20:16 ` Farkas Levente
2007-06-10  4:18 ` Andrey Borzenkov
2007-06-10 11:33 ` Farkas Levente [this message]
2007-06-10 11:38 ` Andrey Borzenkov

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=466BE17B.4010805@bppiac.hu \
    --to=lfarkas@bppiac.hu \
    --cc=linux-hotplug@vger.kernel.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).