Re: how to mount /dev/ram0 to /
From: Wolfgang Denk <hidden>
Date: 2006-05-12 10:09:20
In message <44645CBD.00AAC3.19405> you wrote:
after boot up,excute df to see the mount point: ~ # df Filesystem 1k-blocks Used Available Use% Mounted on ~ # nothing was mounted.
Your rc scripts probably did not care to update /etc/mtag as needed. Check what "cat /proc/mounts" gives.
the fatab in /etc is like this: /dev/ram0 / ext2 defaults 1 1 none /proc proc defaults 0 0 anything wrong?
Probably no part of your rc scripts did anything with the information in /etc/fstab ... Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Perl itself is usually pretty good about telling you what you shouldn't do. :-) - Larry Wall in [off-list ref]