[Buildroot] No proc mounted

Peter Korsgaard jacmet at uclibc.org
Tue Oct 22 21:15:32 UTC 2013


>>>>> "Naitik" == Naitik Amin <Naitik.Amin at ametek.com> writes:

 > Hi there,
 > I have been generating the rootfs using buildroot. Then dd'ing the rootfs.ext3
 > to the rootfs partition on my sdcard. After inserting the sdcard into my
 > target, it comes up with no /proc, /sys etc...

 > In fstab, I do see the line which should mount /proc, but doesnt seem to
 > happen..

 > Any ideas..

 > $ cat /etc/fstab
 > # /etc/fstab: static file system information.
 > #
 > # <file system> <mount pt>     <type>   <options>         <dump> <pass>
 > /dev/root       /              ext2     rw,noauto         0      1
 > proc            /proc          proc     defaults          0      0
 > devpts          /dev/pts       devpts   defaults,gid=5,mode=620   0      0
 > tmpfs           /dev/shm       tmpfs    mode=0777         0      0
 > tmpfs           /tmp           tmpfs    defaults          0      0
 > sysfs           /sys           sysfs    defaults          0      0

Odd. Could you provide some more details, please? E.G. type 'make
savedefconfig' and paste the content of the 'defconfig' file here.

The default busybox init program runs mount -a, so all these should get
mounted. What happens if you manually run mount -a?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list