All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] tmpfs puzzle
@ 2011-07-11 17:08 Charles Krinke
  2011-07-11 17:18 ` Michael S. Zick
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Charles Krinke @ 2011-07-11 17:08 UTC (permalink / raw)
  To: buildroot

I am puzzled why "tmpfs" is not mounting in my buildroot glibc root
filesystem and would appreciate a "clue" or at least a sarcastic
"RTFM" if one could tell me *which* "FM" and what its URL might be.

Here is my /etc/fstab, a cat or /proc/mounts and the result of "mount
-a", which fails on tmpfs.

# 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           /tmp           tmpfs    defaults          0      0
sysfs           /sys           sysfs    defaults          0      0
#
#
# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / jffs2 rw,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,mode=0755 0 0
proc /proc proc rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0
sysfs /sys sysfs rw,relatime 0 0
#
#
#
# mount -a
mount: mounting tmpfs on /tmp failed: Invalid argument
#


-- 
Charles Krinke

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-11 18:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-11 17:08 [Buildroot] tmpfs puzzle Charles Krinke
2011-07-11 17:18 ` Michael S. Zick
2011-07-11 17:36   ` Charles Krinke
2011-07-11 17:26 ` ANDY KENNEDY
2011-07-11 17:49 ` Michael S. Zick
2011-07-11 18:49   ` Charles Krinke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.