summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-January/021268.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2013-January/021268.html')
-rw-r--r--zarb-ml/mageia-dev/2013-January/021268.html161
1 files changed, 161 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-January/021268.html b/zarb-ml/mageia-dev/2013-January/021268.html
new file mode 100644
index 000000000..22d0a562b
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-January/021268.html
@@ -0,0 +1,161 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] df lying?
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20df%20lying%3F&In-Reply-To=%3C50EB0BD1.7070204%40earthlink.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="021249.html">
+ <LINK REL="Next" HREF="021270.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] df lying?</H1>
+ <B>Felix Miata</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20df%20lying%3F&In-Reply-To=%3C50EB0BD1.7070204%40earthlink.net%3E"
+ TITLE="[Mageia-dev] df lying?">mrmazda at earthlink.net
+ </A><BR>
+ <I>Mon Jan 7 18:54:25 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="021249.html">[Mageia-dev] df lying?
+</A></li>
+ <LI>Next message: <A HREF="021270.html">[Mageia-dev] df lying?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#21268">[ date ]</a>
+ <a href="thread.html#21268">[ thread ]</a>
+ <a href="subject.html#21268">[ subject ]</a>
+ <a href="author.html#21268">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 2013-01-07 15:15 (GMT+0200) Anssi Hannula composed:
+
+&gt;<i> Felix Miata composed:
+</I>
+&gt;&gt;<i> What is upstream for df command? In openSUSE 12.2, Cauldron &amp; F18 on the
+</I>&gt;&gt;<i> same 64 bit system, df on the only partition on my 1TB data HD is
+</I>&gt;&gt;<i> obviously lying as to usage and free on a nearly full EXT2 partition:
+</I>
+&gt;&gt;<i> # df # before copy Filesystem 1K-blocks Used Available Use%
+</I>&gt;&gt;<i> Mounted on /dev/sdb1 968990412 942397904 26592508 98%
+</I>&gt;&gt;<i> /disks/esata
+</I>
+&gt;&gt;<i> -rw-rw-r-- 1 5548561312 Jan 6 14:59 monk0714IonE-201301061400s2.ts
+</I>&gt;&gt;<i> -rw-rw-r-- 1 5548200540 Jan 6 15:59 monk0715IonE-201301061500s2.ts
+</I>&gt;&gt;<i> -rw-rw-r-- 1 5548657192 Jan 6 16:59 monk0716IonE-201301061600s2.ts
+</I>&gt;&gt;<i> -rw-rw-r-- 1 5547676772 Jan 6 17:59 monk0801IonE-201301061700s2.ts
+</I>&gt;&gt;<i> -rw-rw-r-- 1 5546660256 Jan 6 18:59 monk0802IonE-201301061800s2.ts
+</I>&gt;&gt;<i> -rw-rw-r-- 1 5547738436 Jan 6 19:59 monk0803IonE-201301061900s2.ts
+</I>&gt;&gt;<i> -rw-rw-r-- 1 5548427644 Jan 6 20:59 monk0804IonE-201301062000s2.ts
+</I>
+&gt;&gt;<i> # df # after copying above 37,925,705K bytes in 7 files to # #
+</I>&gt;&gt;<i> /disks/esata from another system on the network Filesystem 1K-blocks
+</I>&gt;&gt;<i> Used Available Use% Mounted on /dev/sdb1 968990412 942397904
+</I>&gt;&gt;<i> 26592508 98% /disks/esata
+</I>
+&gt;&gt;<i> Unless this is a bug in df, how is this lack of info possible given the
+</I>&gt;&gt;<i> following filesystem info (e.g., no reserved blocks, and no journal)
+</I>&gt;&gt;<i> about the partition?
+</I>
+&gt;&gt;<i> tune2fs 1.42.5 (29-Jul-2012) Filesystem volume name: full1TazboxWD
+</I>&gt;&gt;<i> Last mounted on: /disks/esata
+</I>&gt;<i> [...]
+</I>&gt;&gt;<i> Free blocks: 6648127
+</I>
+&gt;<i> This seems to be in line with the above &quot;df&quot; output.
+</I>
+&gt;<i> What is the result of &quot;du -sk /disks/esata&quot;? It should be approximately
+</I>&gt;<i> same as the number of used 1K-blocks in &quot;df&quot; output (968990412).
+</I>
+$ df /disks/esata
+Filesystem 1K-blocks Used Available Use% Mounted on
+/dev/sdb1 969063752 942471244 26592508 98% /disks/esata
+
+$ du -sk /disks/esata
+942397900 /disks/esata
+
+difference in free count: 73344
+
+Repeating after umounting, fsck.ext2 -f /dev/sdb1 then remounting changed
+nothing.
+
+fsck output included:
+528/61054976 files
+237541825/244189952 blocks (237541825 * 4 = 950167300; 244189952 * 4 = 976759808)
+
+What could be the reason for the differences, all overhang? 0 overhang?
+Something else?
+
+Do total space in df &amp; du output exclude inode blocks?
+--
+&quot;The wise are known for their understanding, and pleasant
+words are persuasive.&quot; Proverbs 16:21 (New Living Translation)
+
+ Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
+
+Felix Miata *** <A HREF="http://fm.no-ip.com/">http://fm.no-ip.com/</A>
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="021249.html">[Mageia-dev] df lying?
+</A></li>
+ <LI>Next message: <A HREF="021270.html">[Mageia-dev] df lying?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#21268">[ date ]</a>
+ <a href="thread.html#21268">[ thread ]</a>
+ <a href="subject.html#21268">[ subject ]</a>
+ <a href="author.html#21268">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>