-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Eric Spakman wrote:
| Hi Erich,
|
| Of I'm not mistaken Charles suggested this change some time ago on
| this list ;-) But I can't find the mail right now.
|
| Eric
|
|> >In Bering-uClibc it is fixed some time ago like this:
|> >qt mount -t tmpfs tmpfs
Hi Erich,
Of I'm not mistaken Charles suggested this change some time ago on
this list ;-) But I can't find the mail right now.
Eric
> >In Bering-uClibc it is fixed some time ago like this:
> >qt mount -t tmpfs tmpfs /tmp -o defaults${tmp_size:+,size=$tmp_size}
>
> great, was this fed back? I go
Eric
At 20:33 16.03.2005 +0100, Eric Spakman wrote:
Erich,
In Bering-uClibc it is fixed some time ago like this:
qt mount -t tmpfs tmpfs /tmp -o defaults${tmp_size:+,size=$tmp_size}
great, was this fed back? I got my version from Charles some time ago.
Thanks
Erich
THINK
Püntenstrasse 39
8143 Stall
Erich,
In Bering-uClibc it is fixed some time ago like this:
qt mount -t tmpfs tmpfs /tmp -o defaults${tmp_size:+,size=$tmp_size}
Eric
> Ulli
>
> good catch
>
> qt mount -t tmpfs tmpfs /tmp ${tmp_size:+-osize=$tmp_size}
>
> works fine here
>
> Charles
>
> may I suggest an update
>
> cheers
>
> E
Ulli
good catch
qt mount -t tmpfs tmpfs /tmp ${tmp_size:+-osize=$tmp_size}
works fine here
Charles
may I suggest an update
cheers
Erich
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16
---
Charles Steinkuehler <[EMAIL PROTECTED]> writes:
> Erich Titl wrote:
>
> | There is a possible bug in linuxrc (at least with the busybox of Bering)
> | when trying to create and mount the /tmp filesystem.
> |
> | Here is the output from /linuxrc.err
> |
> | mount -t tmpfs tmpfs /tmp -o size=20M
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Erich Titl wrote:
| Hi
|
| There is a possible bug in linuxrc (at least with the busybox of Bering)
| when trying to create and mount the /tmp filesystem.
|
| Here is the output from /linuxrc.err
|
| mount -t tmpfs tmpfs /tmp -o size=20M
| mount: Mounti
Hi
There is a possible bug in linuxrc (at least with the busybox of Bering)
when trying to create and mount the /tmp filesystem.
Here is the output from /linuxrc.err
mount -t tmpfs tmpfs /tmp -o size=20M
mount: Mounting tmpfs on /tmp failed: Invalid argument
mount -t tmpfs tmpfs /tmp -o size=20M