[U-Boot-Users] Newbie... still stuck with RAM disk
Luke Fimmerzane
lukefimmerzane at hotmail.com
Fri Mar 19 11:14:05 CET 2004
Wolfgang,
I do have ext2 file system support in my kernel.
The filesystem was made using 'mke2fs'.... courtesy of my constant companion
book from Karim Yaghmour.
Thanks again for your help,
Luke
Here is my current kernel file system related setup...
#
# File systems
#
CONFIG_AUTOFS4_FS=y
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_PROC_FS=y
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
CONFIG_DEVPTS_FS=y
CONFIG_EXT2_FS=y
#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_ROOT_NFS=y
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today!
http://www.msn.co.uk/messenger
More information about the U-Boot
mailing list