On Mon, Oct 11, 2010 at 22:13, Stef Bon <s...@bononline.nl> wrote:
> I've added some logging when an event triggered udev. I've seen some things
> like:
>
> DEVPATH=/devices/virtual/bdi/cifs-57
>
> What does it represent?
> I'm working (as you may know) with a construction which mounts (and
> unmounts) cifs shares, so this has to be related.
>
> The only other relevant var is SUBSYSTEM=bdi.

Nothing really interesting for the common case. The in-kernel backing
device, it's offering stuff to set how much cache memory a
device/mount can occupy from the system. You can say stuff stuff like:
this nfs mount can take only 25% of the RAM available for caching.

Kay
_______________________________________________
devkit-devel mailing list
devkit-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/devkit-devel

Reply via email to