bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: df and multiple-mounted mountpoints (redux)


From: Christian Jones
Subject: Re: df and multiple-mounted mountpoints (redux)
Date: Wed, 28 Apr 2004 15:10:09 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

Christian Jones wrote:
-bash-2.05b# mount /dev/discs/disc0/part3 /mnt
-bash-2.05b# ls /mnt
bin  boot  dev  etc  lib  lost+found  mnt  proc  root  sbin  usr  var
-bash-2.05b# mount /dev/discs/disc0/part4 /mnt
-bash-2.05b# ls /mnt
infinit  infinit-0.3  lost+found
-bash-2.05b# df -P
Filesystem         1024-blocks      Used Available Capacity Mounted on
rootfs                 3874756    847804   2986952      23% /
/dev/root              3874756    847804   2986952      23% /
var                      32768       964     31804       3% /var
/dev/discs/disc0/part3  68555700    272936  68282764       1% /mnt
/dev/discs/disc0/part4  68555700    272936  68282764       1% /mnt


Let me be a little more specific:  I see this:
> -bash-2.05b# df -P /mnt/infinit
> Filesystem         1024-blocks      Used Available Capacity Mounted on
> /dev/discs/disc0/part3  68555700    272936  68282764       1% /mnt
>
But shouldn't I see this?:
> -bash-2.05b# df -P /mnt/infinit
> Filesystem         1024-blocks      Used Available Capacity Mounted on
> /dev/discs/disc0/part4  68555700    272936  68282764       1% /mnt
                      ^^^
--
Christian Jones
address@hidden
http://www.aleph0.com/~chjones




reply via email to

[Prev in Thread] Current Thread [Next in Thread]