All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Krinke <charles.krinke@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] tmpfs puzzle
Date: Mon, 11 Jul 2011 10:08:23 -0700	[thread overview]
Message-ID: <CALo-6+iVEYuZm=Tr9opt-VOz+4ZqnGQJ8LbD-tV-dEojfdXMMA@mail.gmail.com> (raw)

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

             reply	other threads:[~2011-07-11 17:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11 17:08 Charles Krinke [this message]
2011-07-11 17:18 ` [Buildroot] tmpfs puzzle 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALo-6+iVEYuZm=Tr9opt-VOz+4ZqnGQJ8LbD-tV-dEojfdXMMA@mail.gmail.com' \
    --to=charles.krinke@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.