linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: Accessing device information in REMOVE agent
Date: Sun, 09 Nov 2003 19:50:16 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-106840754225558@msgid-missing> (raw)
In-Reply-To: <marc-linux-hotplug-106829667618187@msgid-missing>

On Sun, Nov 09, 2003 at 01:06:13PM +0300, Andrey Borzenkov wrote:
> 
> I'd like to (try to) replace current synchronous media change checks in 
> supermount by mounting device on insert and releasing it on remove. For those 
> cases when it makes sense of course, USB sticks in the first place.
> 
> But users are free to use any names or links for their device names i.e. they 
> can do
> 
> ln -s sda /de/myflash
> mount /dev/myflash
> 
> and on remove it is rather hard to match this name against DEVPATH. But I can 
> save (major,minor) when mounting and use it to match mounted filesystem on 
> remove.

You might want to look into what devlabel does, as it sounds like it
does much the same thing of what you are wanting to do.

Good luck,

greg k-h


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
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:[~2003-11-09 19:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-08 13:02 Accessing device information in REMOVE agent Andrey Borzenkov
2003-11-08 22:25 ` Greg KH
2003-11-09 10:06 ` Andrey Borzenkov
2003-11-09 19:50 ` Greg KH [this message]

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=marc-linux-hotplug-106840754225558@msgid-missing \
    --to=greg@kroah.com \
    --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).