All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael S. Zick <minimod@morethan.org>
To: buildroot@busybox.net
Subject: [Buildroot] tmpfs puzzle
Date: Mon, 11 Jul 2011 12:49:59 -0500	[thread overview]
Message-ID: <201107111250.01085.minimod@morethan.org> (raw)
In-Reply-To: <CALo-6+iVEYuZm=Tr9opt-VOz+4ZqnGQJ8LbD-tV-dEojfdXMMA@mail.gmail.com>

On Mon July 11 2011, Charles Krinke wrote:
> 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.
>

http://lists.busybox.net/pipermail/buildroot/2011-June/043752.html

Mike
> 
> 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
> #
> 
> 

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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=201107111250.01085.minimod@morethan.org \
    --to=minimod@morethan.org \
    --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.