OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: zombie on April 25, 2006, 04:09:53 am

Title: Trouble Finding Microdrive On Oz/opie
Post by: zombie 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
Title: Trouble Finding Microdrive On Oz/opie
Post by: lardman 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
Title: Trouble Finding Microdrive On Oz/opie
Post by: Meanie 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
Title: Trouble Finding Microdrive On Oz/opie
Post by: Cresho 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.
Title: Trouble Finding Microdrive On Oz/opie
Post by: arzgi 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.

 
Title: Trouble Finding Microdrive On Oz/opie
Post by: icruise 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] (http://index.php?act=findpost&pid=124466\")
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]