From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2011-October/009118.html | 205 ++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-October/009118.html (limited to 'zarb-ml/mageia-dev/2011-October/009118.html') diff --git a/zarb-ml/mageia-dev/2011-October/009118.html b/zarb-ml/mageia-dev/2011-October/009118.html new file mode 100644 index 000000000..b35a9cd05 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-October/009118.html @@ -0,0 +1,205 @@ + + + + [Mageia-dev] [changelog] [RPM] cauldron core/release util-linux-2.20.1-1.mga2 + + + + + + + + + +

[Mageia-dev] [changelog] [RPM] cauldron core/release util-linux-2.20.1-1.mga2

+ andre999 + andre999mga at laposte.net +
+ Wed Oct 26 01:40:07 CEST 2011 +

+
+ +
JA Magallon a écrit :
+> On Tue, 25 Oct 2011 09:16:27 +0200 (CEST)
+> Mageia Team<buildsystem-daemon at mageia.org>  wrote:
+>
+>    
+>> Name        : util-linux                   Relocations: (not relocatable)
+>> Version     : 2.20.1                            Vendor: Mageia.Org
+>> Release     : 1.mga2                        Build Date: Tue Oct 25 09:09:17 2011
+>>      
+> ...
+>    
+>> - Link /etc/mtab to /proc/mount
+>> - New version 2.20.1
+>>      
+> This gives me weird output for df:
+>
+> werewolf:~# df
+> Filesystem     Type      Size  Used Avail Use% Mounted on
+> rootfs         rootfs     43G  7.0G   34G  18% /
+> /dev/root      ext4       43G  7.0G   34G  18% /
+> /dev           devtmpfs  4.2G     0  4.2G   0% /dev
+> tmpfs          tmpfs     4.2G   95k  4.2G   1% /dev/shm
+> tmpfs          tmpfs     4.2G  754k  4.2G   1% /run
+> tmpfs          tmpfs     4.2G     0  4.2G   0% /sys/fs/cgroup
+> tmpfs          tmpfs     4.2G     0  4.2G   0% /media
+> /dev/sda2      ext4      202G  124G   68G  65% /opt
+> /dev/sdb1      ext4      316G  127G  173G  43% /home
+> /dev/sdd1      ext4      493G  225G  243G  49% /home/shared/media/video
+> /dev/sdc1      ext4      316G   87G  213G  29% /home/shared/media/music
+> /dev/sdb1      ext4      316G  127G  173G  43% /export/in
+> /dev/sdd1      ext4      493G  225G  243G  49% /export/video
+> /dev/sda2      ext4      202G  124G   68G  65% /export/soft
+> /dev/sdc1      ext4      316G   87G  213G  29% /export/music
+> /dev/sdc1      ext4      316G   87G  213G  29% /export/music
+> /dev/sdd1      ext4      493G  225G  243G  49% /export/video
+> /dev/sdb1      ext4      316G  127G  173G  43% /export/in
+> /dev/sda2      ext4      202G  124G   68G  65% /export/soft
+>
+> This is fstab:
+>
+> /dev/sda1  /                        ext4 acl,relatime 1 1
+> none       /proc                    proc defaults 0 0
+> /dev/sda2  /opt                     ext4 acl,relatime 1 2
+> /dev/sda3  swap                     swap defaults 0 0
+> /dev/sdb1  /home                    ext4 acl,relatime 1 2
+> /dev/sdc1  /home/shared/media/music ext4 acl,relatime 1 2
+> /dev/sdd1  /home/shared/media/video ext4 acl,relatime 1 2
+>
+> /home/shared/media/music /export/music bind bind 0 0
+> /home/shared/media/video /export/video bind bind 0 0
+> /home/shared/in          /export/in    bind bind 0 0
+> /opt/soft                /export/soft  bind bind 0 0
+>
+>
+> All bind mounts are duplicated !
+> They are mounted twice:
+>
+> werewolf:/etc>  grep music /proc/mounts
+> /dev/sdc1 /home/shared/media/music ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
+> /dev/sdc1 /export/music ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
+> /dev/sdc1 /export/music ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
+>
+> An also df from coreutils should be taught to ignore more special filesystems,
+> or not
+
+Note that df documentation says to use the option -a to list "dummy file 
+systems".
+Which includes the binds.  Otherwise binds aren't displayed (with mga1).
+
+What happens if you use
+df --total
+Does it give the real totals of mounted devices ?
+or include the dummy file systems ?
+and also the duplication ?
+
+On mga1, with
+df -a --total
+the total includes all lines displayed.  (including binds, tmpfs, etc.)
+(Also /proc is displayed.)
+Without -a, only real partitions are displayed.
+
+-- 
+André
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1