All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril HAENEL <chaenel@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] Strange behavior with shell redirection
Date: Sat, 19 Dec 2009 00:13:57 +0100	[thread overview]
Message-ID: <4B2C0CB5.20407@free.fr> (raw)
In-Reply-To: <200912181431.37650.minimod@morethan.org>


> tmpFS uses swap as its backing store.  How much swap do you have?  By
> default tmpFS will only use 50% of it.
>
> Also, you can limit the amount of ram used by tmpFS on the mount command and/or fstab.
>
> Mike
>   
I have no swap at all :

# 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

Curious, for / it gives ext2, but in fact it's jffs2....

# df
Filesystem                Size      Used Available Use% Mounted on
/dev/root               508.0M     20.4M    487.6M   4% /
tmpfs                    30.5M      1.6M     29.0M   5% /tmp

Thanks for the informations, in the next release, I will write my log in 
/home/potentiostat/ and not /var/log/ !

Cyril

-- 

Cyril Haenel
Registered Linux User #332632

      reply	other threads:[~2009-12-18 23:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-18 12:10 [Buildroot] Strange behavior with shell redirection Cyril HAENEL
2009-12-18 12:30 ` Michael S. Zick
2009-12-18 13:37   ` Cyril HAENEL
2009-12-18 14:19     ` Michael S. Zick
2009-12-18 18:03 ` Thomas Petazzoni
2009-12-18 19:30   ` Cyril HAENEL
2009-12-18 20:31     ` Michael S. Zick
2009-12-18 23:13       ` Cyril HAENEL [this message]

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=4B2C0CB5.20407@free.fr \
    --to=chaenel@free.fr \
    --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.