Jump to content


Photo

How To Unmount And Mount This..


  • Please log in to reply
3 replies to this topic

#1 LTStone

LTStone

    GP Mania

  • GP32 Hardcore
  • PipPipPipPipPip
  • 345 posts
  • Gender:Male
  • Interests:my awesome wife and kids
    my V-max
    gaming
    Street fighter alpha 3
    theology

Posted 13 August 2012 - 11:33 PM

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

#2 Rodolfo

Rodolfo

    GP32 User

  • Members
  • PipPipPip
  • 70 posts
  • Gender:Male
  • Location:Brazil

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 :
#! /bin/sh
DIRROOT=/mnt/sd/dosbox
DIRGAME=${DIRROOT}/duke1
${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf
exec /usr/gp2x/gp2xmenu
to:
#! /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/gp2xmenu

Another 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 Akabei

Akabei

    GP Mania

  • GP32 Hardcore
  • PipPipPipPipPip
  • 438 posts
  • Gender:Male
  • Location:Braunschweig, Germany

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. :)

#4 LTStone

LTStone

    GP Mania

  • GP32 Hardcore
  • PipPipPipPipPip
  • 345 posts
  • Gender:Male
  • Interests:my awesome wife and kids
    my V-max
    gaming
    Street fighter alpha 3
    theology

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 :)