On Monday 22 March 2010 07:49, Thierry.Iceta wrote: > When I try to mout /proc > > mount proc /proc -t proc > > The mount command result is: > > rootfs 32989688 21524 32968164 0% / > tmpfs 32989688 21524 32968164 0% / > > In this cas I want only tmpfs and I found rootfs and tmpfs > > Could you help me and tell me witch CONFIG_FEATURE must be set of > to avoid this probleme
This is normal for reasonably recent 2.6 kernels. rootfs is an internal kernel filesystem which is always present. Just ignore it. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
