JA Magallon a écrit :
On Tue, 25 Oct 2011 09:16:27 +0200 (CEST)
Mageia Team<[email protected]> 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é