On Saturday 22 May 2010 14:33, loody wrote:
> Dear all:
> I use mdev to handle hotplug event under linux.
> it runs fine when I plug/unplug usb flash.
> But it has some problem when I plug/unplug usb HD.
> Below are my partions I get when I plug my USB HD.
> 
> # cat /proc/partitions
> major minor  #blocks  name
> 
>    8        0    1972224 sda
>    8        1    1970546 sda1
>    8       16  156290904 sdb
>    8       17          1 sdb1
>    8       21  156280288 sdb5
> #
> 
> and below is my mdev.conf
> sd[a-zA-Z][0-9]+ 0:0 0660 * /usr/bin/autoscript.sh $MDEV $LABEL
> 
> As you can see, mdev will pass sdb1 to /usr/bin/autoscript.sh for mounting.
> But the partion cannot be mount.( from the information in
> /proc/partitions, it seems some place for data saving.)

Please show autoscript.sh, exact mount command parameters and its error message.
Also, what "cat /proc/filesystems" says? What is your busybox version?

-- 
vda
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to