if [ "x$UBUNTUIMG" = "x" ] ; then UBUNTUIMG="`ls -1 /media/mmc1/ubuntu*.img* | head -1`" fi if [ "x$UBUNTUCHROOT" = "x" ] ; then UBUNTUCHROOT="/.ubuntu" fi if [ ! -d "$UBUNTUCHROOT" ] ; then sudo mkdir $UBUNTUCHROOT fi quserchroot $UBUNTUIMG $UBUNTUCHROOT "$@"
mount failure! /media/mmc/ubuntu-m5-v1.2.img.ext2 failed to mount on loop1 mount: mounting /dev/loop0 on /media/mmc1/ubuntu-m5-v1.img.ext2 failed: Device or resource busy