On Wed, May 16, 2001 at 03:49:58PM +0800, david.yule@philips.com wrote:
> Hi,
>
> I got it working after one problem ...
>
> My CF memory card didn't work first time because i was missing the executable /sbin/ide_info. I got the following messages:
>
[snip]
> (I don't know what this warning was about)
> I could then do:
> mount -t ramfs /dev/hda /mnt/hda
>
> Incidentally, this is using familiar 0.4 with only the boostrap.jffs image loaded
That's not doing what you want it to be doing. You're creating a new RAM filesystem
mounted on ``/mnt/hda'', not mounting the compact flash card. Try setting up partitions
on the CF card, w/ a laptop (no fdisk is currently included w/ Familiar v0.4, that
should probably change), and formatting them w/ FAT. Then, do something like:
mount -t msdos /dev/hda1 /mnt/hda
Or something similar, on the handheld.
Alexander
Received on Wed May 16 01:03:01 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:38:24 EDT