Hi guys,
Just wondering how I can run this shell command:
umount /mnt/sd
mount /mnt/sd -t vfat -o rw,sync,noatime,check=r
before running Dosbox on the Wiz
Its supposed to help me fix a few issues I have with some games saving properly.
Thanks in advance
How To Unmount And Mount This..
Started by
LTStone
, Aug 13 2012 11:33 PM
3 replies to this topic
#1
Posted 13 August 2012 - 11:33 PM
#2
Posted 17 November 2012 - 06:53 PM
I downloaded DosBox from OpenHandheld.org, and I saw there's a script for run Duke 1.
You can change that script from :
Another way to do this is to rename "dosbox" file, eg. true_dosbox . You should then create a script named dosbox like this*:
*I haven't tried anything, as that Duke 1 doesn't work here.
You can change that script from :
#! /bin/sh
DIRROOT=/mnt/sd/dosbox
DIRGAME=${DIRROOT}/duke1
${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf
exec /usr/gp2x/gp2xmenuto:#! /bin/sh
DIRROOT=/mnt/sd/dosbox
DIRGAME=${DIRROOT}/duke1
umount /mnt/sd
mount /mnt/sd -t vfat -o rw,sync,noatime,check=r
${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf
exec /usr/gp2x/gp2xmenuAnother way to do this is to rename "dosbox" file, eg. true_dosbox . You should then create a script named dosbox like this*:
#! /bin/sh
umount /mnt/sd
mount /mnt/sd -t vfat -o rw,sync,noatime,check=r
BASEDIR=$(dirname $0)
${BASEDIR}/true_dosbox "$@"
*I haven't tried anything, as that Duke 1 doesn't work here.
#3
Posted 17 November 2012 - 08:26 PM
Hey, thx guys for reminding me, why I loved my Amiga and why I was just laughing about the guys using a PC, back then(and you didn't even start to talk about EMS, XMS or what that crappy memory management was called).
Greetings from a self-confessing Amiga fanboy.
Greetings from a self-confessing Amiga fanboy.
#4
Posted 18 November 2012 - 05:52 PM
*I haven't tried anything, as that Duke 1 doesn't work here.
[/quote]
Hey Rodolpho, Nice to here from you !! Hope things have been well for you.
I got help from a linux forum to get the save problem fixed, now all is good.
Akabei: I was/am an Amiga fanboy as well and always wondered why many of my friends were "upgrading" to pc instead of Amiga's but now looking back I still want to play some good dos games like Ultima Savage empire and Martian Dreams on my Fun little Wiz
[/quote]
Hey Rodolpho, Nice to here from you !! Hope things have been well for you.
I got help from a linux forum to get the save problem fixed, now all is good.
Akabei: I was/am an Amiga fanboy as well and always wondered why many of my friends were "upgrading" to pc instead of Amiga's but now looking back I still want to play some good dos games like Ultima Savage empire and Martian Dreams on my Fun little Wiz











