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.