A suggestion of partitioning of microdrive: /dev/hda1 = swap partition; /dev/hda2 = root partition
Reason: swap partition is accessed faster in the beginning of the drive. (Flash disks don't seem to have this issue)
Swap partition: you have to do: mkswap /dev/hda1 (or /dev/hda2)
"Installation" of the rootfs: Just copy/extract the content of the rootfs tarball to the microdrive partition. Make sure that your kernel matches the partition. So if your rootfs is in /dev/hda1, use yonggun's hda1 kernel, and so is hda2.
Thanks, ZDevil!
OK, re-did my microdrive as you suggested.... think I'm getting close now to getting install working...
Edited fstab as you suggested... (however, when I reopened fstab in vi, this time it looked like the way it was mentioned in instructions, so was OK, weird....).
When I tried to copy over tarball contents to microdrive, it couldn't do it, said there wasn't room....
Now, I realize that I made a mistake by trying to mount hda2 per criteria in fstab, as it was trying to copy file to root, but this is the small area in the linux emergency mode....
So, now, I need to mount hda2 properly to copy files over to it using cp -R /mnt/card /mnt/???
What is the right mount point for hda2 in order to be able to copy the files over it?
Do I need to do the same thing now for hda1, the swap partition??
Also, regarding yonggun's kernel, I downloaded the hda1 one and renamed it to zImage.bin as in instructions...so, the only other Sharp bootloader files on that webpage were for mmcdablk0p1 and mmcdablk0p2....none for hda2. So, is this OK to use zImage.bin that I downloaded?
Thanks,