Author Topic: Help Needed. Frozen Pdax Rc11  (Read 2746 times)

mabrown

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • http://www.homepages.ihug.com.au/~mabrown/index.html
Help Needed. Frozen Pdax Rc11
« on: October 17, 2005, 05:28:14 am »
Hi Everyone,

After installing an earlier rc version of Gnumeric and associated dependencies on my rc11 pdax (stupid on my part) , I now have a frozen pdax.

Pdax tries to boot but freezes at the following:

cramfs: wrong magic
FAT: bogus logical sector size 381

This wouldn't be a problem except that there is a file in my user folder that I *really* need to recover.

Is there any sort of rescue method I can use to mount and get at the partitions on my c-860 or force pdax to boot into the console.

Any help much appreciated.

Mark
Sharp Zaurus C860
Sandisk 1GB SD
Toshiba 512MB CF
Pretec Wi-Fi CF
pdaXrom 1.1.0beta1 with IceWM

sashz

  • Sr. Member
  • ****
  • Posts: 388
    • View Profile
    • http://
Help Needed. Frozen Pdax Rc11
« Reply #1 on: October 17, 2005, 06:31:38 am »
turn off power supply, pull out battery, press D+B , hold and insert battery. Login as root,

Code: [Select]
mkdir -p /mnt/xxx
mount /dev/mtdblock3 /mnt/xxx
cd /mnt/xxx/root/Documents

and copy your file to inserted CF or SD card.
if you use one big root partition, mount mtdblock2:

Code: [Select]
mount /dev/mtdblock2 /mnt/xxx
cd /mnt/xxx/home/root/Documents

mabrown

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • http://www.homepages.ihug.com.au/~mabrown/index.html
Help Needed. Frozen Pdax Rc11
« Reply #2 on: October 18, 2005, 07:36:46 am »
Thanks so much Sash!

I've got my file and re-installed Pdax.

I just donated some money via Paypal.

Thanks so much to you and the team for all your hard work.

Without Pdax my Z would be sitting in a drawer!

Mark
Sharp Zaurus C860
Sandisk 1GB SD
Toshiba 512MB CF
Pretec Wi-Fi CF
pdaXrom 1.1.0beta1 with IceWM