<div dir="ltr">On Fri, Apr 19, 2013 at 4:15 PM, Otavio Salvador <span dir="ltr"><<a href="mailto:otavio@ossystems.com.br" target="_blank">otavio@ossystems.com.br</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
</div>Can you try to change mount.sh as:<br>
<br>
@@ -47,7 +47,7 @@ rm_dir() {<br>
        fi<br>
 }<br>
<br>
-if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ]; then<br>
+if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ] && [ -n "$ID_FS_TYPE" ]; then<br>
        if [ -x "$PMOUNT" ]; then<br>
                $PMOUNT $DEVNAME 2> /dev/null<br>
        elif [ -x $MOUNT ]; then<br>
<br>
<br>
and check if it does fix the issue?<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div> </div><div style>Yes, that fixed it, can boot and shut down now normally (also shutdown was affected with this).</div>
<div style><br></div><div style>Vladan</div></div></div></div>