Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2000 03:38:50 +0200 (CEST)
From:      bdluevel@heitec.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/19772: df output wrong for union-mounts
Message-ID:  <200007080138.DAA38919@ heitec.net>

next in thread | raw e-mail | index | archive | help

>Number:         19772
>Category:       bin
>Synopsis:       df output wrong for union-mounts
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 07 18:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Bernd Luevelsmeyer
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Heitec AG
>Environment:

	FreeBSD 4.0-STABLE #1: Tue Jul  4 05:48:30 CEST 2000

>Description:

	'df -t nonfs' lists, if two partitions are mounted
	to the same mountpoint with 'union', one of them
	twice and omits the other. 'df' by itself lists both,
	as expected.
	This also affects the "daily" report to root,
	/etc/periodic/daily/400.status-disks

>How-To-Repeat:

	$ mount -p | grep ftproot
	/dev/ad1s1e     /ftproot        ufs rw,noatime  2 2
	/dev/ad2s1e     /ftproot/pub/stuff     ufs rw,noatime  2 2
	/dev/ad3s1e     /ftproot/pub/stuff     ufs rw,union,noatime    2 2
	$ df | grep ftproot
	/dev/ad1s1e     17255046 10381956  5492688    65%    /ftproot
	/dev/ad2s1e     48443416 43861994   705950    98%    /ftproot/pub/stuff
	/dev/ad3s1e     38779472  7757158 27919958    22%    /ftproot/pub/stuff
	$ df -t nonfs | grep ftproot
	/dev/ad1s1e   17255046 10381956  5492688    65%    /ftproot
	/dev/ad3s1e   38779472  7757158 27919958    22%    /ftproot/pub/stuff
	/dev/ad3s1e   38779472  7757158 27919958    22%    /ftproot/pub/stuff

>Fix:



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007080138.DAA38919>