Re: devd limitations / automounting removable storage

From: Poul-Henning Kamp (phk_at_phk.freebsd.dk)
Date: 09/17/03

  • Next message: Robert Watson: "Re: devd limitations / automounting removable storage"
    To: John Baldwin <jhb@freebsd.org>
    Date: Wed, 17 Sep 2003 21:57:53 +0200
    
    

    In message <XFMail.20030917143601.jhb@FreeBSD.org>, John Baldwin writes:

    >Maybe have GEOM send events when mountable entities show up?

    There is only one question to figure out: Should it happen at
    the bottom or the top of GEOM ?

    At the bottom, your CF card would result in a single event on
    /dev/ad4, at the top you'd likely get two events, one for
    /dev/ad4 and one for /dev/ad4s1 (or whatever other gadgets
    geom autodiscovers).

    Apart from that, it's just a matter of telling me how to send
    the event...

    -- 
    Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
    phk@FreeBSD.ORG         | TCP/IP since RFC 956
    FreeBSD committer       | BSD since 4.3-tahoe    
    Never attribute to malice what can adequately be explained by incompetence.
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: Robert Watson: "Re: devd limitations / automounting removable storage"