Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 18:03:41 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        freebsd-current@freebsd.org
Subject:   /bin/df strangeness
Message-ID:  <E1Ht3Eb-000BnX-Vx@cs1.cs.huji.ac.il>

next in thread | raw e-mail | index | archive | help
hi,
it seems that something is broken:
df -h | grep linux
<above>:/.compat             97G     97G    1.5M   100%    
/dist/local/amd64=FreeBSD_7.0/compat/linux
linprocfs                   4.0K    4.0K      0B   100%    
/dist/local/amd64=FreeBSD_7.0/compat/linux/proc

but

df -hl | grep linux
<above>:/.compat     97G     97G    1.5M   100%    
/dist/local/amd64=FreeBSD_7.0/compat/linux
<above>:/.compat     97G     97G    1.5M   100%    
/dist/local/amd64=FreeBSD_7.0/compat/linux

under 6.x it works as expected:
df -hl | grep linux
<above>:/.compat    150G    150G    1.5M   100%    
/dist/local/i386=FreeBSD_6.2/compat/linux
linprocfs           4.0K    4.0K      0B   100%    
/dist/local/i386=FreeBSD_6.2/compat/linux/proc





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ht3Eb-000BnX-Vx>