Hi!

For permanent reference here the contents of the udev rules I linked to in 
my previous mail:

   1 SUBSYSTEM!="block", GOTO="btrfs_end"
   2 ACTION!="add|change", GOTO="btrfs_end"
   3 ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end"
   4 RUN+="/sbin/modprobe btrfs"
   5 RUN+="/sbin/btrfs device scan $env{DEVNAME}"
   6 
   7 RUN+="/sbin/initqueue --finished --unique --name btrfs_finished 
/sbin/btrfs_finished"
   8 RUN+="/sbin/initqueue --timeout --onetime --unique --name 
btrfs_timeout /sbin/btrfs_timeout"
   9 
  10 LABEL="btrfs_end"
  11 

It seems they call some scripts in /sbin, but not for the btrfs device 
scan case.

Thanks,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to