Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 10:31:17 +0100 (CET)
From:      dada@sbox.tu-graz.ac.at
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/9893: NFS umount of regular file impossible
Message-ID:  <199902010931.KAA00607@localhost.tu-graz.ac.at>

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

>Number:         9893
>Category:       bin
>Synopsis:       NFS umount of regular file impossible
>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 Feb  3 09:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Graz University of Technology
>Environment:

NFS server allowing export of regular files
with option -r to mountd(8)
(Both server and client are FreeBSD 2.2.8)

>Description:

The mount succeeds but I know no way to unmount it.
Giving the mountpoint as argument to umount(8) fails
with error "not a directory or special device" since
a regular file is mounted there.
Giving the host:/file as argument to umount(8) always
fails with "/mount/point: Device busy".

>How-To-Repeat:

put a file or -alldirs into server's exportlist
start mountd on server with option -r

on the client:
mkdir /tmp/mntfile
mount -t nfs server:/exported/file/on/server /tmp/mntfile

Now try unmounting it!

>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?199902010931.KAA00607>