What I mean is to modify the .sh file as below: from: Code: if [ $? = 0 ]; then umount $MP 2> /dev/null fi RC=$? else # it is not mounted RC=0 fi to: Code: if [ $? = 0 ]; then if [ "$MP" != "/" ] ; then umount $MP 2> /dev/null ; fi RC=$? else # it is not mounted RC=0 fi Can I move the file to my XP desktop and modify it? Or there is a more convenient way? Thanks.
They're maemo and MeeGo... "Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...