Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2002 04:25:36 +0800 (CST)
From:      spf <spf@Brice.dorm9.nccu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        spf@xslt.cs.nccu.edu.tw
Subject:   bin/46362: mount_smbfs doesn't check if something is mounted on mount point
Message-ID:  <200212182025.gBIKPaAx000442@Brice.dorm9.nccu.edu.tw>

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

>Number:         46362
>Category:       bin
>Synopsis:       mount_smbfs doesn't check if something is mounted on mount point
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 18 12:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     spf
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD Brice.dorm9.nccu.edu.tw 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #15: Sun Nov 17 07:10:48 CST 2002 root@Brice.dorm9.nccu.edu.tw:/usr/obj/usr/src/sys/spf i386


	
>Description:
mount_smbfs doesn't check if something is mounted on mount point
use mount_smbfs to mount resources on used mount point
all mount_smbfs will success no matter where you mount it on
the output of df, mount will reaveal additional mount_smbfs rows

	
>How-To-Repeat:
mount_smbfs -I foo.com //spf@foo/e /samba/foo/e
mount_smbfs -I foo.com //spf@foo/e /samba/foo/e
mount_smbfs -I blah.com //spf@blah/test /samba/foo/e
mount_smbfs -I blah.com //spf@blah/test /mnt_d

df -h
/dev/ad0s5           5.9G   4.7G   1.2G    80%    /mnt_d
//SPF@FOO/E   	     5.3G   3.7G   1.6G    71%    /samba/foo/e
//SPF@FOO/E          5.3G   3.7G   1.6G    71%    /samba/foo/e
//SPF@BLAH/TEST      234G   212G    22G    91%    /samba/foo/e
//SPF@BLAH/TEST      234G   212G    22G    91%    /mnt_d

	
>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?200212182025.gBIKPaAx000442>