Hi All, On my LFS 6.4 system with Udev-130 I had to use the OPTIONS+="all_partitions" in a udev rule to get my Sandisk Cruzer Micro 8GB USB stick EXT3 partition /dev/ubb1 set up.
However it seems that the Udev developers in their infinite wisdom decided to do away with the OPTIONS+="all_partitions" so now although udev creates the /dev/ubb device it no longer creates /dev/ubb1. Does anyone know of another work around? I had thought of putting a mknod command in a shell script and use a rule with the RUN or PROGRAM option to execute the shell script, but the test shell script I created to echo some text to a file in the /root directory doesn't run. Does Udev have log file that I could check for errors? Thanks, Gary -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page