Author Topic: Exchanged Microdrive With Flash Card (c3000)  (Read 35377 times)

ChrisZ

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« on: April 11, 2005, 02:24:48 pm »
First, the most interesting result:

My C3000 is faster than ever. Every application starts up quicker and there are no more spin-up times when the microdrive has felt asleep.

Compare yourself:

Reboot until the sound can be heard: microdrive 142s, SanDisk Ultra II 120s (-15%).

Starting Opera after having rebooted until the error message appears (startpage cannot be found): microdrive 16s, flash 10s (-37%)

It's really impressive! But the most impressive thing is, that there's no time lag after the microdrive would have fallen asleep.

For anyone who's interested:

I've just exchanged the 4 GB microdrive with a SanDisk Ultra II card. It's easy:

1. Have a look at the internal-pictures from the 3000: Click here!

2. Remove the Hitachi microdrive

3. Insert the microdrive into your PC and have a look at the partitions, assuming the cf card is /dev/sda:
Code: [Select]
fdisk /dev/sda
4. Copy the partitions to your PC-HDD:
Code: [Select]
dd if=/dev/sda1 of=hda1 For sda2 and sda3 do the same. It's a good backup, anywhere.

5. Insert your flash card into your PC and create new partitions on it. I think it's a good idea to let the system partition (hda1) exactly as it is: about 100 MB. Partition 2 (ext3) can be changed in size. Partition 3 is the left-space-device (vfat).

6. Copy microdrive-partition 1 to the flash card:
Code: [Select]
dd if=hda1 of=/dev/sda1
7. Copy the remaining partitions to the flash card. That could be done as above with the dd-command, but the new partitions must be equal in size. Or you can mount the old-partitions, e. g.
Code: [Select]
mount -o loop,ro hda2 /mnt/OLD/ and copy the files to the newly formated partition sda2:
Code: [Select]
mkfs.ext3 /dev/sda2 And now copy the files. The same has to be done for hda3.

8. Insert the flash card into the Zaurus.

9. Reboot!

10. Wonder why the Zaurus is that fast.

If someone has problems with one step, feel free to ask: I will help as good as I can.

And don't forget: I don't take any responsibilitiy for your Z. Anyone following my instructions is responsible for the results. I can only say: My Z works better than ever.  
« Last Edit: April 11, 2005, 02:25:19 pm by ChrisZ »
SL-C3000 with Sharp ROM 1.11 JP and Testu kernel 18a
Socket Bluetooth CF Card (Rev F), Asus WL-110 WLAN Card, 4GB CF inside

Altt

  • Newbie
  • *
  • Posts: 9
    • View Profile
Exchanged Microdrive With Flash Card (c3000)
« Reply #1 on: April 12, 2005, 06:00:11 pm »
Have you done any battery tests yet? Im sure folks are interested in the results.


dreadlocks

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • http://zaurus.nayr.net
Exchanged Microdrive With Flash Card (c3000)
« Reply #2 on: April 12, 2005, 07:49:44 pm »
that is brillant, should save battery life.. the microdrive will have a longer life span so keep it arround. check to make sure there isint a swap parition on the flash card as it could kill your flash card much quicker. (I obviously dont have a C3000)
« Last Edit: April 12, 2005, 07:50:44 pm by dreadlocks »
RETIRED - Zaurus SL-5600 (and a dead 5000D)
Wapaton 1.6.1 - Personal Watapon Feed
SMC 2642W & Linksys WCF12, Targus Universal IR Keyboard
Sandisk 512mb SD, Lexar 64mb SD, Sharp Camera
Extreme Limit Metal & Leather Suit

ChrisZ

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« Reply #3 on: April 13, 2005, 03:52:31 am »
Quote
check to make sure there isint a swap parition on the flash card as it could kill your flash card much quicker.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=74856\"][{POST_SNAPBACK}][/a][/div]

The microdrive has an error rate (non-recoverable) of less than 1 per 10^13 bits transferred. It can be started and stopped (at 40° C) for about 300.000 times.

A SandDisk Ultra has a MTBF (Mean Time Between Failures) of 1.000.000 hours. And an error rate of less than 1 per 10^14 bits read(!?) for non-recoverable errors and of 1 per 10^20 bits read for errorneous corrections.

Both have an error management. The flash card reads every written byte to compare it with the original value. For errors there are "spare" bytes.

And don't forget: the microdrive spins down and up very often. 300.000 start/stop cycles seem not to be very much.

I think a flash card is a better solution. Even for swap devices (!?)
SL-C3000 with Sharp ROM 1.11 JP and Testu kernel 18a
Socket Bluetooth CF Card (Rev F), Asus WL-110 WLAN Card, 4GB CF inside

ChrisZ

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« Reply #4 on: April 13, 2005, 03:59:59 am »
Quote
Have you done any battery tests yet? Im sure folks are interested in the results.

I didn't measure battery life. I don't even know how to perform a test (which test-conditions?)

Comparison by specs:

Hitachi: 305 mA for write, 16 mA for idle
SanDisk: 50-65 mA for read/write, 100 mA read/write peak, 1 mA idle

The Sharp battery has 1800 mAh (?). If you use often your microdrive for data transfers its power consumption will obviously reduce battery live significantly. A flash card saves a lot of power.
SL-C3000 with Sharp ROM 1.11 JP and Testu kernel 18a
Socket Bluetooth CF Card (Rev F), Asus WL-110 WLAN Card, 4GB CF inside

ChrisZ

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« Reply #5 on: April 13, 2005, 04:03:37 am »
After two days a short appendix:

The handling of the C3000 has really improved with the microdrive-exchange. It seems to be much quicker. Key strokes and stick inputs are answered immediately without the spin-up time lag. Great!

It feels like an well-improved C3000. Never again a microdrive!
SL-C3000 with Sharp ROM 1.11 JP and Testu kernel 18a
Socket Bluetooth CF Card (Rev F), Asus WL-110 WLAN Card, 4GB CF inside

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Exchanged Microdrive With Flash Card (c3000)
« Reply #6 on: June 14, 2005, 12:44:42 am »
hmmmz......sounds like a good upgrade for my 3100 when it comes in....wonder how much 4gb cards are....well found out, kinda pricy but.....gonna do it anyways. Lexar 4gb Pro 12mb/s 50ma read/write <10mS boot time, so basic question here, if I have windows how do i basically image the microdrive and copy to sd card?
« Last Edit: June 14, 2005, 01:01:10 am by bam »
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

BarryW

  • Hero Member
  • *****
  • Posts: 690
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« Reply #7 on: June 14, 2005, 03:41:00 am »
Doesn't the Z have a cf slot?  All the tools are available, should be able to do it there.  Don't know for sure myself, have a 6000....
What's this button do??

C3100
Distro changes almost weekly...

C3200
Distro also changes almost weekly...  :)

Hardware hacks and stuff.

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« Reply #8 on: June 14, 2005, 04:15:00 am »
Quote
After two days a short appendix:

The handling of the C3000 has really improved with the microdrive-exchange. It seems to be much quicker. Key strokes and stick inputs are answered immediately without the spin-up time lag. Great!

It feels like an well-improved C3000. Never again a microdrive!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=74898\"][{POST_SNAPBACK}][/a][/div]

After exchanging the MD with a CF card of 4GB size, couldn't the microdrive be used as an excellent backup device? Just dd bs=1024 if=/dev/hdc of=/dev/sda (or whatever the CF card is called) and you have a full backup of the Zaurus, except NAND of course.

Not a cheap backup solution, I admit. <g>

daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« Reply #9 on: June 14, 2005, 04:26:40 am »
bam, would you really need to upgrade your c3100? If the os in on the flash, then the microdrive will only hold your data like movies...
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Exchanged Microdrive With Flash Card (c3000)
« Reply #10 on: June 14, 2005, 04:27:31 am »
yea, thats my plan, the cf mod will be a good speed upgrade and I can use the md for a backup in case of catastrophic failure....wich seems to happen to z users more than once in a lifetime, so better safe than sorry:) not only that but i like the idea of less current consumption, therefore better battery life:)

Quote
am, would you really need to upgrade your c3100? If the os in on the flash, then the microdrive will only hold your data like movies...
=good point maybe not then.....then again im a tweaker...cant help it its genetic
« Last Edit: June 14, 2005, 04:29:00 am by bam »
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

grifster

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • http://
Exchanged Microdrive With Flash Card (c3000)
« Reply #11 on: June 17, 2005, 06:58:15 am »
Out of curiousity has anyone experimented with replacing the internal microdrive with a CF wireless card? Internal wireless...

Sna

  • Full Member
  • ***
  • Posts: 107
    • View Profile
Exchanged Microdrive With Flash Card (c3000)
« Reply #12 on: June 17, 2005, 07:36:01 am »
not enough room in the unit to place a cf wireless, the antenna is too big
and i've open my cf wifi to see if it is possible to change the antenna's place and.... no

maybe a bluetooth adapter, but what about the range then...

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Exchanged Microdrive With Flash Card (c3000)
« Reply #13 on: June 17, 2005, 03:48:38 pm »
stupid question perhaps....type 1, or type 2? does it matter?
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

Jose Ronnick

  • Newbie
  • *
  • Posts: 9
    • View Profile
Exchanged Microdrive With Flash Card (c3000)
« Reply #14 on: July 05, 2005, 04:31:49 pm »
Quote
If someone has problems with one step, feel free to ask: I will help as good as I can.

[div align=\"right\"][a href=\"index.php?act=findpost&pid=74621\"][{POST_SNAPBACK}][/a][/div]

Hey.. so the microdrive in my C3000 recently failed.. it's completly fubared.. I've tried booting to console and fscking the drive, I've tried using the system menu to do both kinds of file system check, and I've tried to do a factory reset with a complete disk check.. all of them say the drive is fux0red and can't continue...

so.. I recently got a 4GB flash CF card.. and I tried taking my zaurus apart.. but after getting the back of the case off.. and taking out all of the screws I could find.. I can lift the first board partially off, but it still seems to be connected to something in the upper right hand corner  (assuming the device is backside up, with the hinge side facing away from me.  I didn't want to just force it too much.. so I figured I'd ask someone who's taken one apart already..  Is there some trick to getting that first board off?

Also, could someone please tell me what the default partion sizes and types are for the C3000?  The original drive is totally dead.. so I'm hoping I can just make the proper partitions on the CF flash, format them.. replace the microdrive w/ the CF flash.. and then do a factory reset..
« Last Edit: July 05, 2005, 04:34:02 pm by Jose Ronnick »