Author Topic: Trouble Finding Microdrive On Oz/opie  (Read 4423 times)

zombie

  • Newbie
  • *
  • Posts: 1
    • View Profile
Trouble Finding Microdrive On Oz/opie
« on: April 25, 2006, 04:09:53 am »
Hi,

I am a new zaurus user. I just received my new zaurus and installed openzaurus 3.5.4.1 (Spitz) on it. Now I cannot seem to see the internal microdrive. Can anyone help me locate the 4Gb hard disk.



I would really appreciate it. Thank you,

Zombie

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Trouble Finding Microdrive On Oz/opie
« Reply #1 on: April 25, 2006, 05:43:30 am »
I understand that the partitions on the hdd should be /dev/hda*

Check to see whether these are in fstab - so you can see where they're mounted, if they are.

Otherwise just mount them somewhere convenient.


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Trouble Finding Microdrive On Oz/opie
« Reply #2 on: April 25, 2006, 06:10:36 am »
Quote
Hi,

I am a new zaurus user. I just received my new zaurus and installed openzaurus 3.5.4.1 (Spitz) on it. Now I cannot seem to see the internal microdrive. Can anyone help me locate the 4Gb hard disk.



I would really appreciate it. Thank you,

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

the version of openzaurus you installed installs directly to your microdrive. if it boots it has booted to the microdrive and everything you see is the microdrive
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Trouble Finding Microdrive On Oz/opie
« Reply #3 on: April 25, 2006, 06:20:58 am »
I went out on a date today and was watching some music videos on my zaurus while parked in the coffeebean waiting for virgin to release final fantasy 7 on dvd at midnight.  What i had trouble was finding my internal 6gb in the file manager.  What happened was that the cf bluetooth was suspending after I closed lid and when i started up the z, the internal drive was gone.  Just right now, i bounced into meanies website and found that the internal drive is hda3 and just figured out how to unmount and mount the drive.  I had these commands added to the qconsole so i wont  have to retype the commands.  crazy stuff. fstab couldnt tell me this at all.  anyway.  My expirience has nothing to do with what's going on with you.  

good luck!

god knows how many times i need to thank meanie.
« Last Edit: April 25, 2006, 06:22:01 am by Cresho »
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

arzgi

  • Newbie
  • *
  • Posts: 47
    • View Profile
Trouble Finding Microdrive On Oz/opie
« Reply #4 on: April 25, 2006, 11:58:29 am »
Quote
Hi,

I am a new zaurus user. I just received my new zaurus and installed openzaurus 3.5.4.1 (Spitz) on it. Now I cannot seem to see the internal microdrive. Can anyone help me locate the 4Gb hard disk.



I would really appreciate it. Thank you,

Zombie
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124451\"][{POST_SNAPBACK}][/a][/div]
Hello! I had similar problem, OpenZaurus 3.5.4.1a2, Borzoi. I couldn't locate that 4 GB my Zaurus should have on its hd.

Fdisk output:

Disk /dev/hda: 4095 MB, 4095737856 bytes
16 heads, 63 sectors/track, 7936 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1               1         292      147136+  83  Linux
/dev/hda2             293         371       39816   83  Linux
/dev/hda3             372        7936     3812760   83  Linux
--

Last lines from /etc/fstab:
#
# Harddisk
#
/dev/hda2           /home           ext3        defaults    0  0
/dev/hda3           /media/hdd      vfat       defaults    0  0
--
hda3 is mounted as vfat, althoug Id 83 means ext2/ext3. df and du didn't see /media/hdd.
I tried to scp a 100 MB file to it, if was filled when about 80 MB was transferred.
Solution I could think of:

In console/terminal:

mkfs.ext3 /dev/hda3

Edit /etc/fstab -line (using vi, or editor you like)
/dev/hda3         /media/hdd     vfat     defaults  0  0
to
/dev/hda3        /media/hdd      ext3    defaults  0  0

mount -a (or reboot)

and /media/hdd is now 3752816 1k-blocks.

 
SL-C3100 (x 2), Debian Squeeze Armel, D-Link DCF-660W, Planex GW-CF11x and AmbiCom WL54-CF cf-wlans ,
Buffalo LPC-CF-CLT cf-lan, Pretec cf-modem, Billionton CF GPS, a few CF- and SD-memory cards

icruise

  • Sr. Member
  • ****
  • Posts: 292
    • View Profile
Trouble Finding Microdrive On Oz/opie
« Reply #5 on: April 25, 2006, 02:16:40 pm »
Quote
I went out on a date today and was watching some music videos on my zaurus while parked in the coffeebean waiting for virgin to release final fantasy 7 on dvd at midnight.  What i had trouble was finding my internal 6gb in the file manager.  What happened was that the cf bluetooth was suspending after I closed lid and when i started up the z, the internal drive was gone.  Just right now, i bounced into meanies website and found that the internal drive is hda3 and just figured out how to unmount and mount the drive.  I had these commands added to the qconsole so i wont  have to retype the commands.  crazy stuff. fstab couldnt tell me this at all.  anyway.  My expirience has nothing to do with what's going on with you.   

good luck!

god knows how many times i need to thank meanie.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Sounds kind of like the problem I had a while back.

[a href=\"https://www.oesf.org/forums/index.php?showtopic=14918&hl=]https://www.oesf.org/forums/index.php?showtopic=14918&hl=[/url]