hotplug-diskmount does not support ntfs auto mount?
but mount_ntfs can do it


btw , 
1. when hotplug-diskmount does not support any file system, the flash disk led 
light is blinking for ever except unplug it.

2. readme.OpenBSD not sync with man Example

man 8 hotplug-diskmount says
---------

EXAMPLES
     Create directory set which will be used for storing mount points:

           /usr/local/libexec/hotplug-diskmount init

     Sample attach script:

           #!/bin/sh

           DEVCLASS=$1
           DEVNAME=$2

           case $DEVCLASS in
           2)
                   /usr/local/libexec/hotplug-diskmount attach "$DEVNAME"
                   ;;
           esac

---------


 /usr/local/share/doc/pkg-readmes/hotplug-diskmount-0.8 said

--------------
#!/bin/sh

DEVCLASS=${1}
DEVNAME=${2}
LOGIN=joeuser

case ${DEVCLASS} in
2)
        /usr/local/libexec/hotplug-diskmount attach -u ${LOGIN} -m 700 
${DEVNAME}
        ;;
esac
    dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP

Reply via email to