blob: 8024c7fdf6f27863796b811b47d9d48ad81f72f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] File systems ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20File%20systems%20%3F&In-Reply-To=%3C1339093466.3976.60.camel%40localhost.localdomain%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007722.html">
<LINK REL="Next" HREF="007724.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] File systems ?</H1>
<B>Liam R E Quin</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20File%20systems%20%3F&In-Reply-To=%3C1339093466.3976.60.camel%40localhost.localdomain%3E"
TITLE="[Mageia-discuss] File systems ?">liam at holoweb.net
</A><BR>
<I>Thu Jun 7 20:24:26 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="007722.html">[Mageia-discuss] File systems ?
</A></li>
<LI>Next message: <A HREF="007724.html">[Mageia-discuss] File systems ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7723">[ date ]</a>
<a href="thread.html#7723">[ thread ]</a>
<a href="subject.html#7723">[ subject ]</a>
<a href="author.html#7723">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, 2012-06-04 at 05:43 -0400, Renaud (Ron) Olgiati wrote:
><i> On Friday 01 Jun 2012 17:22 my mailbox was graced by a message from David W.
</I>><i> Hodgins who wrote:
</I>[...]
><i> > They are tmpfs filesystems, which by definition means they exist in ram
</I>><i> > only.
</I>><i>
</I>><i> I wonder how they can exist in RAM given the total size of the tmpfs
</I>><i> partitions is almost double the installed RAM of the computer.
</I>><i>
</I>><i> Soy, until I can make sense of this stuff, it is back to Mageia 1.
</I>
How will that help you fix your script? :-)
Check with df -h to see you get sane values. A tmpfs partition won't use
more memory than the "used" portion. Your script should of course be
using the device part of the df output...
Liam
--
Liam Quin - XML Activity Lead, W3C, <A HREF="http://www.w3.org/People/Quin/">http://www.w3.org/People/Quin/</A>
Pictures from old books: <A HREF="http://fromoldbooks.org/">http://fromoldbooks.org/</A>
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007722.html">[Mageia-discuss] File systems ?
</A></li>
<LI>Next message: <A HREF="007724.html">[Mageia-discuss] File systems ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7723">[ date ]</a>
<a href="thread.html#7723">[ thread ]</a>
<a href="subject.html#7723">[ subject ]</a>
<a href="author.html#7723">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|