Hi, all,
just hit by tmpfs on 2.4.2-ac20
mount -t tmpfs mnt
dd if=/dev/zero mnt/tmpfile
resulted in hardly slowed system and lockup,
and not in "No space left on device", as expected.
Alex Riesen
Hi Alex,
On Sat, 24 Mar 2001, Alex Riesen wrote:
> just hit by tmpfs on 2.4.2-ac20
>
> mount -t tmpfs mnt
> dd if=/dev/zero mnt/tmpfile
>
> resulted in hardly slowed system and lockup,
> and not in "No space left on device", as expected.
Use mount option "size". The default is unlimited...
Greetings
Christoph