I have been investigating this issue for several hours now and i am quite frustrated.
I am trying to use /usr/pandora/scripts/pnd_run.sh in a script for mounting/unmounting. Examples:
For mounting i am using: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/pandora/menu/scummvm-openpandora-2010-05-26.pnd -b scummvm -m
For unmounting i am using: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/pandora/menu/scummvm-openpandora-2010-05-26.pnd -b scummvm -u
Mounting works nice, but when unmounting, the script sometimes gets stuck. While experimenting i noticed that i sometimes am asked for a password. I think it's when "losetup -d" tries to detach the loop-devices. However this doesn't seem to happen always.
Has anyone got a clue how i can prevent this from happening or what i might be doing wrong?
I am trying to use /usr/pandora/scripts/pnd_run.sh in a script for mounting/unmounting. Examples:
For mounting i am using: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/pandora/menu/scummvm-openpandora-2010-05-26.pnd -b scummvm -m
For unmounting i am using: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/pandora/menu/scummvm-openpandora-2010-05-26.pnd -b scummvm -u
Mounting works nice, but when unmounting, the script sometimes gets stuck. While experimenting i noticed that i sometimes am asked for a password. I think it's when "losetup -d" tries to detach the loop-devices. However this doesn't seem to happen always.
Has anyone got a clue how i can prevent this from happening or what i might be doing wrong?